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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 01:23:00 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 01:23:00 +0300
commite12a6bf5d8e7c98a575d4906538287c8c44c52ad (patch)
treeccb6c71ad64344c07a9ba576be2d3705fcfe3593 /scripts
parentae488c93e94e326fde066d78fb4311b149f30825 (diff)
[netcore] Only install Linux packages on hosted pool
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 8783577c591..54ec79b2a6d 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -53,6 +53,7 @@ stages:
sudo apt update
sudo apt -y install nuget libgdiplus build-essential libtool libtool-bin cmake gettext bc
displayName: 'Prepare Linux dependencies'
+ condition: eq(variables['poolname'], 'Hosted Ubuntu 1604')
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
- bash: |