Readd -V to ctest invocation (#3042)
This commit is contained in:
parent
9043580dbf
commit
f1aae9d79e
@ -116,7 +116,7 @@ jobs:
|
||||
BuildArgs: "$(BuildArgs)"
|
||||
Env: "$(CmakeEnvArg)"
|
||||
|
||||
- script: ctest -C Debug --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test
|
||||
- script: ctest -C Debug -V --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test
|
||||
workingDirectory: build
|
||||
|
||||
- task: PublishTestResults@2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user