We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e5c4 commit d3be21bCopy full SHA for d3be21b
.github/workflows/nuget.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build with dotnet
26
- run: dotnet build --no-restore
+ run: dotnet build --no-restore --configuration Release
27
# 4.Install Nuget
28
- name: Install Nuget
29
run: |
0 commit comments