summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-09-13 11:09:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-09-13 11:09:24 +0200
commit436751acba5e393358740ce75dd1f54d6adddb8c (patch)
tree2bf36361d2662ea2061739c44fdced4ab126d6c3
parent260ee62fb8f164ee32f12d4958fa85c881aeea88 (diff)
downloadATCD-436751acba5e393358740ce75dd1f54d6adddb8c.tar.gz
Use powershell to invoke git clone
* azure-pipelines.yml:
-rw-r--r--azure-pipelines.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2549c9e1b94..ce14bb22999 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,7 @@
variables:
ACE_ROOT: $(Build.SourcesDirectory)\ACE
TAO_ROOT: $(Build.SourcesDirectory)\TAO
+ system.prefergit: true
resources:
- repo: self
@@ -29,11 +30,9 @@ steps:
archiveFilePatterns: 'strawberry-perl.zip'
destinationFolder: perl
-- task: fakhrulhilal-maktum.GitDownloader.git-downloader.GitDownloader@0
- displayName: 'Fetch git: git://github.com/DOCGroup/MPC.git'
- inputs:
- RepositoryUrl: 'git://github.com/DOCGroup/MPC.git'
- RepositoryPath: '$(Build.SourcesDirectory)\ACE\MPC'
+- powershell: |
+ git clone git://github.com/DOCGroup/MPC.git $(Build.SourcesDirectory)\ACE\MPC
+ displayName: 'git clone MPC'
- task: BatchScript@1
displayName: 'Run script perl\perl\bin\perl'