Skip to content

Commit 5a2d429

Browse files
committed
Add trx logger
1 parent 3a596bb commit 5a2d429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet build $solution --configuration $config --no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
4343

4444
- name: Test
45-
run: dotnet test $solution --configuration $config --no-build --verbosity normal
45+
run: dotnet test $solution --configuration $config --no-build --verbosity normal --logger trx
4646

4747
- name: Pack
4848
run: dotnet pack $solution --configuration $config --no-build

0 commit comments

Comments
 (0)