We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908804a commit bb242b7Copy full SHA for bb242b7
devops/build-samples.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- task: PublishTestResults@2
39
displayName: Publish test results
40
- condition: always()
+ condition: 'always()'
41
testResultsFormat: NUnit
42
testResultsFiles: '**/TestResult*.xml'
43
testRunTitle: Sample tests (build)
0 commit comments