Skip to content

Commit e6a074a

Browse files
Use the TRX report generation switch
1 parent 6ca054b commit e6a074a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/steps-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
packageType: sdk
1111
version: 10.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
1212

13-
- script: dotnet test --configuration ${{ parameters.configuration }} --logger "trx"
13+
- script: dotnet test --configuration ${{ parameters.configuration }} --report-xunit-trx
1414
displayName: Build and Test
1515

1616
- task: PublishTestResults@2

0 commit comments

Comments
 (0)