Skip to content

Commit 08d20c1

Browse files
authored
Update dotnet.yml
1 parent 662682b commit 08d20c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: dotnet build -c Release --no-restore
2727
- name: Test
28-
run: dotnet test --no-build --verbosity normal
28+
run: dotnet test -c Release --no-build --verbosity normal
2929
- name: Publish NuGet
3030
# You may pin to the exact commit or the version.
3131
# uses: brandedoutcast/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7cc

0 commit comments

Comments
 (0)