summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-26 09:30:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-26 09:30:26 +0100
commit71c3c322f0136994ab5820bf74b72ce7f5b04a86 (patch)
tree9269f6f4bf3f719df03b7f0beee34818e4442fb4 /azure-pipelines.yml
parentcc57efaa91e68d0d0c577fd2dae1d183c85762b6 (diff)
downloadATCD-71c3c322f0136994ab5820bf74b72ce7f5b04a86.tar.gz
Use for the moment mine vs2019 mpc branch
* azure-pipelines.yml:
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 83005ae106f..ef7020072df 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -54,7 +54,7 @@ jobs:
echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
echo "versioned_namespace=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
displayName: Create default.features file
- - powershell: git clone --depth 1 git://github.com/DOCGroup/MPC.git $(MPC_ROOT)
+ - powershell: git clone --depth 1 --branch jwi-vs2019 https://github.com/jwillemsen/MPC.git $(MPC_ROOT)
displayName: git clone MPC
- 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