We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662682b commit 08d20c1Copy full SHA for 08d20c1
.github/workflows/dotnet.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build
26
run: dotnet build -c Release --no-restore
27
- name: Test
28
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test -c Release --no-build --verbosity normal
29
- name: Publish NuGet
30
# You may pin to the exact commit or the version.
31
# uses: brandedoutcast/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7cc
0 commit comments