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 e07d59c commit 7d5599aCopy full SHA for 7d5599a
.github/workflows/dotnetcore.yml
@@ -13,9 +13,8 @@ jobs:
13
uses: actions/setup-dotnet@v1
14
with:
15
dotnet-version: |
16
- 3.1.x
17
- 5.0.x
18
6.0.x
+ 7.0.x
19
- name: Build
20
shell: bash
21
run: |
@@ -37,9 +36,8 @@ jobs:
37
36
38
39
40
41
42
43
44
45
@@ -63,9 +61,8 @@ jobs:
63
61
64
62
65
66
67
68
69
70
shell: cmd
71
run: build.release.bat
0 commit comments