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 f212763 commit 97267e2Copy full SHA for 97267e2
.github/workflows/CI.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
pull_request:
6
7
+env:
8
+ DOTNET_VERSION: '6.0.428'
9
+
10
jobs:
11
buildAndTestWindows:
12
@@ -15,7 +18,7 @@ jobs:
15
18
- name: Setup .NET
16
19
uses: actions/setup-dotnet@v3
17
20
with:
- dotnet-version: 6.0.428
21
+ dotnet-version: ${{ env.DOTNET_VERSION }}
22
- name: Build & Run Tests
23
run: |
24
.\build.cmd
@@ -40,7 +43,7 @@ jobs:
40
43
41
44
42
45
46
47
48
49
./build.sh
@@ -65,7 +68,7 @@ jobs:
65
68
66
69
67
70
71
72
73
74
0 commit comments