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 668ecbe commit 52debbfCopy full SHA for 52debbf
.github/workflows/build-win.yml
@@ -23,6 +23,7 @@ jobs:
23
dotnet-version: |
24
6.0.x
25
8.0.x
26
+ 10.0.x
27
28
- name: Run tests
29
run: dotnet test -c Release -p:CollectCoverage=false
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Build
run: dotnet build -c Release
0 commit comments