summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 14:35:52 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 14:35:52 +0200
commit71998651bfdfa800c0c0991620c9cf80b8647003 (patch)
tree6781c6a0d8fb173df73b7b2211facff9768cba93 /azure-pipelines.yml
parentcd4f1787b07017154a88adfd0408af853d99833c (diff)
Fix
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 b7c920cf..8a70e3a9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -59,7 +59,7 @@ steps:
inputs:
workingDirectory: 'build'
solution: 'build/GUDHIdev.sln'
- msbuildArguments: '/m /p:Configuration=$(buildConfiguration) /p:Platform=x64'
+ msbuildArguments: '/m /p:Configuration=Release /p:Platform=x64'
- script: 'ctest'
workingDirectory: 'build'