We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b7bf0 commit e7dc748Copy full SHA for e7dc748
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet restore
40
41
- name: Build
42
- run: dotnet build --no-restore
+ run: dotnet build --no-restore -c Release
43
44
- name: Test
45
run: dotnet test --no-restore --verbosity normal
0 commit comments