summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-05 11:47:37 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-05 11:47:37 +0200
commitb2209996ecdd92850db2a50d130b52e943f73911 (patch)
tree10ca5f4f2365cb4da62fe59d431885fbedb4d8ae /azure-pipelines.yml
parent64ee52ba008202155e2c7c5773685c475f5c8f8a (diff)
downloadATCD-b2209996ecdd92850db2a50d130b52e943f73911.tar.gz
Add missing configurations to core compilation
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 26c59819ea6..4c50aa9a791 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -51,6 +51,8 @@ jobs:
displayName: Build solution TAO/TAO_ACE.sln
inputs:
solution: TAO/TAO_ACE.sln
+ platform: $(BuildPlatform)
+ configuration: $(BuildConfiguration)
maximumCpuCount: true
- task: VSBuild@1
displayName: Build solution ACE/tests/tests.sln