summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-25 10:12:18 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-25 10:12:18 +0100
commit58c3c04c9076bce32faaf35da23bcacd19547fdb (patch)
tree0399a1ded575e34e75c86b7688fcc07430875c17 /azure-pipelines.yml
parentf61b01e4cad7e50eb6a1b9abe18be29d5c8931c9 (diff)
downloadATCD-58c3c04c9076bce32faaf35da23bcacd19547fdb.tar.gz
Use correct mpc type for vs2019
* azure-pipelines.yml:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fbf8929946d..ccae7c06fe1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -56,9 +56,9 @@ resources:
displayName: Create default.features file
- powershell: git clone --depth 1 git://github.com/DOCGroup/MPC.git $(MPC_ROOT)
displayName: git clone MPC
- - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vs2017 $(TAO_ROOT)/TAO_ACE.mwc -workers 4
+ - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vs2019 $(TAO_ROOT)/TAO_ACE.mwc -workers 4
displayName: Run script mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
- - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vs2017 $(ACE_ROOT)/tests/tests.mwc -workers 4
+ - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vs2019 $(ACE_ROOT)/tests/tests.mwc -workers 4
displayName: Run script mwc.pl on $(ACE_ROOT)/tests/tests.mwc
- task: VSBuild@1
displayName: Build solution TAO/TAO_ACE.sln