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 e636ab4 commit e968fa8Copy full SHA for e968fa8
.github/workflows/build-dev.yml
@@ -27,7 +27,7 @@ jobs:
27
name: Setup .NET
28
uses: actions/setup-dotnet@v3
29
with:
30
- dotnet-version: '6.0'
+ dotnet-version: '7.0'
31
-
32
name: Unshallow
33
run: git fetch --prune --unshallow
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
name: Run tests
23
run: dotnet test -c Release
0 commit comments