We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e8227 commit 9f68a13Copy full SHA for 9f68a13
1 file changed
.github/workflows/build-and-test.yml
@@ -18,8 +18,8 @@ jobs:
18
uses: actions/setup-dotnet@v4
19
with:
20
dotnet-version: |
21
- 8.x.x
22
- # 9.x.x
+ 8
+ # 9
23
- name: make script executable
24
run: chmod u+x build.sh
25
- name: Build and test
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
# 9.x.x
41
- name: Build and test (includes netfx)
42
working-directory: ./
0 commit comments