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 54bfaa5 commit 03644f3Copy full SHA for 03644f3
.github/workflows/dotnet-core.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: dotnet restore
29
- name: Build
30
- run: dotnet build --configuration Release
+ run: dotnet build --configuration Release --no-restore
31
- name: Test
32
run: dotnet test --no-restore --verbosity normal
33
- name: Upload a Build Artifact
0 commit comments