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 b3a94f9 commit 2609cbaCopy full SHA for 2609cba
.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