We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99caa36 commit 398e3a7Copy full SHA for 398e3a7
1 file changed
.github/workflows/build-and-test.yml
@@ -52,11 +52,6 @@ jobs:
52
git fetch --prune --unshallow
53
git submodule -q update --init --recursive
54
55
- - name: Setup DotNet SDK
56
- uses: actions/setup-dotnet@v1
57
- with:
58
- dotnet-version: "3.1.x"
59
-
60
- name: Build
61
shell: pwsh
62
run: ./ci-build.ps1 "${{matrix.options.framework}}"
@@ -95,11 +90,6 @@ jobs:
95
90
96
91
97
92
98
99
100
101
102
103
93
- name: Pack
104
94
105
run: ./ci-pack.ps1
0 commit comments