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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2017-03-22 21:17:32 +0300
committerGitHub <noreply@github.com>2017-03-22 21:17:32 +0300
commitd38fd4a0a6b0bb55dc5dad3a88cbfe8e29a26153 (patch)
tree9ee292097057715b824bbe37f038652b1ca64064 /buildpipeline
parentc2c7ec2064b3b833b798c53cced4cf2fe8716f24 (diff)
Enable additional linux portable platforms (#17385)
Enables portable linux runs on official builds for Ubuntu 14.04 Ubuntu 16.04 Ubuntu 16.10 openSuSE 42.1
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 0e6d14a2b4..b909cc1302 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -85,7 +85,7 @@
"PB_DockerTag": "rhel7_prereqs_2",
"PB_BuildArguments": "-buildArch=x64 -Release -portableLinux",
"PB_SyncArguments": "-p -portableLinux -- /p:ArchGroup=x64",
- "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64"
+ "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu1404.Amd64+Ubuntu1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64"
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",
@@ -469,7 +469,7 @@
"PB_DockerTag": "rhel7_prereqs_2",
"PB_BuildArguments": "-buildArch=x64 -Debug -portableLinux",
"PB_SyncArguments": "-p -portableLinux -- /p:ArchGroup=x64",
- "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64"
+ "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu1404.Amd64+Ubuntu1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64"
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",