Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <joshield@microsoft.com>2019-11-07 20:09:58 +0300
committerJo Shields <joshield@microsoft.com>2019-11-07 20:09:58 +0300
commitd0d779b8d92bfce3bddc118b57f47a0c7c48b722 (patch)
treed4f0f7c4563df6c8f141259613e701a0d49b70ab /scripts/ci
parentb61263e994a326e3b3d302bca0194f73f0b6534e (diff)
Update AzDo pipeine for new LLVM location
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 44c2a6308dc..5432561847c 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -71,9 +71,9 @@ stages:
displayName: 'Clean up working directory'
- bash: |
- git submodule update --init -- external/llvm
+ git submodule update --init -- external/llvm-project
condition: eq(variables['llvm'], 'true')
- displayName: 'Checkout external/llvm'
+ displayName: 'Checkout external/llvm-project'
- bash: |
sudo apt update
@@ -153,9 +153,9 @@ stages:
displayName: 'Clean up working directory'
- bash: |
- git submodule update --init -- external/llvm
+ git submodule update --init -- external/llvm-project
condition: eq(variables['llvm'], 'true')
- displayName: 'Checkout external/llvm'
+ displayName: 'Checkout external/llvm-project'
- bash: |
brew install autoconf automake libtool gnu-sed