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.
2 parents fca68d1 + a379f45 commit c870521Copy full SHA for c870521
.github/workflows/build-and-test.yml
@@ -45,11 +45,6 @@ jobs:
45
git fetch --prune --unshallow
46
git submodule -q update --init --recursive
47
48
- - name: Setup DotNet SDK
49
- uses: actions/setup-dotnet@v1
50
- with:
51
- dotnet-version: "3.1.x"
52
-
53
- name: Install Azurite Linux
54
if: matrix.options.os == 'ubuntu-latest'
55
shell: bash
@@ -105,11 +100,6 @@ jobs:
105
100
106
101
107
102
108
109
110
111
112
113
103
- name: Pack
114
104
shell: pwsh
115
run: ./ci-pack.ps1
0 commit comments