summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 66fc480f..1cb5b287 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -61,6 +61,6 @@ steps:
solution: 'build/GUDHIdev.sln'
msbuildArguments: '/m /p:Configuration=Release /p:Platform=x64'
-- script: ctest -j 1 -C Release
+- script: ctest -j 1 -C Release -V
workingDirectory: build
displayName: 'CTest solution GUDHIdev.sln'