summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-03-28 17:24:08 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-03-28 17:24:08 +0100
commitf4c27737efa6f8619c003dddd55d5f278c949a3f (patch)
tree6cf211751835555cddaee3d6e370a934f8186572 /azure-pipelines.yml
parent3b3e73425df2b37ca3cb44850be3b996281bc89e (diff)
downloadATCD-f4c27737efa6f8619c003dddd55d5f278c949a3f.tar.gz
Also use -q for git clone of mpc
* 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 3f4f0afc167..112ddb823e0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -70,7 +70,7 @@ jobs:
echo $(OptionalFeatures) | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
displayName: Add optional features ($(OptionalFeatures))
condition: and(succeeded(), ne(variables['OptionalFeatures'], ''))
- - powershell: git clone --depth 1 --branch jwi-vs2019 https://github.com/jwillemsen/MPC.git $(MPC_ROOT)
+ - powershell: git clone -q --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