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 3a596bb commit 5a2d429Copy full SHA for 5a2d429
.github/workflows/validate-build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: dotnet build $solution --configuration $config --no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
43
44
- name: Test
45
- run: dotnet test $solution --configuration $config --no-build --verbosity normal
+ run: dotnet test $solution --configuration $config --no-build --verbosity normal --logger trx
46
47
- name: Pack
48
run: dotnet pack $solution --configuration $config --no-build
0 commit comments