We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca054b commit e6a074aCopy full SHA for e6a074a
1 file changed
build/steps-ci.yml
@@ -10,7 +10,7 @@ steps:
10
packageType: sdk
11
version: 10.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
12
13
-- script: dotnet test --configuration ${{ parameters.configuration }} --logger "trx"
+- script: dotnet test --configuration ${{ parameters.configuration }} --report-xunit-trx
14
displayName: Build and Test
15
16
- task: PublishTestResults@2
0 commit comments