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 93609ca commit 54867ebCopy full SHA for 54867eb
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: dotnet restore
39
40
- name: Build
41
- run: dotnet build --no-restore /p:Version=$VERSION
+ run: dotnet build --configuration Release --no-restore /p:Version=$VERSION
42
43
- name: Test
44
run: dotnet test --no-build --verbosity normal
0 commit comments