We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959088e commit 819b31bCopy full SHA for 819b31b
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet restore
25
26
- name: Build
27
- run: dotnet build --configuration
+ run: dotnet build --configuration Release
28
29
- name: Publish
30
run: dotnet publish --configuration Release --output ./publish
0 commit comments