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 fca68d1 commit 378b3b0Copy full SHA for 378b3b0
.github/workflows/build-and-test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup DotNet SDK
49
uses: actions/setup-dotnet@v1
50
with:
51
- dotnet-version: "3.1.x"
+ dotnet-version: [ "2.1.x", "3.1.x" ]
52
53
- name: Install Azurite Linux
54
if: matrix.options.os == 'ubuntu-latest'
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
- name: Pack
114
shell: pwsh
0 commit comments