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 433fd91 commit 10e4b07Copy full SHA for 10e4b07
.ci/azure-test.yml
@@ -1,5 +1,12 @@
1
steps:
2
3
-- script: ctest --output-on-failure -C $(cli11.build_type)
+- script: ctest --output-on-failure -C $(cli11.build_type) -T test
4
displayName: 'Test'
5
workingDirectory: build
6
+
7
+- task: PublishTestResults@2
8
+ inputs:
9
+ testResultsFormat: 'cTest'
10
+ testResultsFiles: '**/Test.xml'
11
12
0 commit comments