Skip to content

Commit d3be21b

Browse files
authored
Update nuget.yml
1 parent ca0e5c4 commit d3be21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build with dotnet
26-
run: dotnet build --no-restore
26+
run: dotnet build --no-restore --configuration Release
2727
# 4.Install Nuget
2828
- name: Install Nuget
2929
run: |

0 commit comments

Comments
 (0)