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 00:18:59 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 00:18:59 +0300
commitccb53b88f455c594ea0dc5076f7f767402245970 (patch)
tree46817b36f1a29e3a1a243dddaa7a8507f580c314 /scripts
parent296d395535a4d27910a3ec5ac0cd087349f05f39 (diff)
[netcore] Switch back to old way of specifying poolname
Otherwise the AzDO test view contains `$(poolname)`
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 59ccf713237..24ba31e6df1 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -33,17 +33,14 @@ stages:
strategy:
matrix:
x64:
- poolimage: ubuntu-16.04
- poolname: # empty
+ poolname: Hosted Ubuntu 1604
ARM64:
- poolimage: # empty
${{ if eq(variables['System.TeamProject'], 'public') }}:
poolname: Xamarin-ARM64
${{ if eq(variables['System.TeamProject'], 'internal') }}:
poolname: Xamarin-ARM64-Private
pool:
name: $(poolname)
- vmImage: $(poolimage)
steps:
- bash: |
git clean -ffdx
@@ -113,9 +110,9 @@ stages:
strategy:
matrix:
x64:
- poolimage: macOS-10.14
+ poolname: Hosted macOS
pool:
- vmImage: $(poolimage)
+ name: $(poolname)
steps:
- bash: |
git clean -ffdx
@@ -183,9 +180,9 @@ stages:
strategy:
matrix:
x64:
- poolimage: vs2017-win2016
+ poolname: Hosted VS2017
pool:
- vmImage: $(poolimage)
+ name: $(poolname)
steps:
- bash: |
git clean -ffdx