summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-09-13 11:24:19 +0100
committerGitHub <noreply@github.com>2018-09-13 11:24:19 +0100
commitcf17fe5fa4028d4010d1223f1af8c5750216b690 (patch)
treee6329ef8a4310453d3b8da1336aa4cd941012a5d
parent665e6d3976335b7591160c0d459ed2a509683b55 (diff)
parent798f990501a30f7eb07b025c1f21ea901dab3cc4 (diff)
downloadATCD-cf17fe5fa4028d4010d1223f1af8c5750216b690.tar.gz
Merge pull request #706 from jwillemsen/jwi-azuregitpowershell
Use powershell for the git clone
-rw-r--r--azure-pipelines.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2549c9e1b94..2d875cafb68 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,8 @@ 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 --depth 1 git://github.com/DOCGroup/MPC.git $(Build.SourcesDirectory)\ACE\MPC
+ displayName: 'git clone MPC'
- task: BatchScript@1
displayName: 'Run script perl\perl\bin\perl'