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:
authorSmile Wei <xiwe@microsoft.com>2017-03-21 01:05:33 +0300
committerSmile Wei <xiwe@microsoft.com>2017-03-21 01:05:33 +0300
commit881944cf4c91d582ddf797bf44ff3a50ce278313 (patch)
treeead88636ed6ef9fafd4fa449ed4676de12dc335b /buildpipeline
parent1c1cdddac83c7457bad037483fdb5dc4820610f7 (diff)
Use new delimiter "+"
Apply the new delimiter "+" added in https://github.com/dotnet/core-eng/issues/596.
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 6230cf9671..317169ebcc 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"
},
"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"
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",