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 7b25717 commit 9142227Copy full SHA for 9142227
.github/workflows/branches.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build solution
27
run: dotnet build -c Release --no-restore
28
- name: Run tests
29
- run: dotnet test -c Release --no-build
+ run: dotnet test -c Release --no-build --verbosity normal
30
- name: Create NuGet packages
31
run: dotnet pack -c Release --no-build -o nupkg
32
- name: Upload nuget packages
0 commit comments