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 52043e4 commit ec15f3bCopy full SHA for ec15f3b
.github/workflows/dotnet.yml
@@ -22,5 +22,7 @@ jobs:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
run: dotnet restore
25
+ - name: Build
26
+ run: dotnet build --no-restore
27
- name: Test
28
run: dotnet test --no-build --verbosity normal
0 commit comments