Skip to content

Commit 662682b

Browse files
authored
Update dotnet.yml
1 parent 36deb82 commit 662682b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
26-
run: dotnet build --no-restore
26+
run: dotnet build -c Release --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
2929
- name: Publish NuGet

0 commit comments

Comments
 (0)