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.
2 parents b3a94f9 + 2609cba commit 4c8410eCopy full SHA for 4c8410e
.github/workflows/dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Restore dependencies
23
run: dotnet restore
24
- name: Build
25
- run: dotnet build --no-restore
+ run: dotnet build --no-restore --configuration Release
26
- name: Test
27
run: dotnet test --no-build --verbosity normal
28
- name: Install GitVersion
0 commit comments