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:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-24 00:08:00 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-28 17:42:58 +0300
commitd443b3be32d3024e2bdbc80fda0ad7fcc358f1c9 (patch)
tree5c9f084db3b4d776aed0fbeeb96dd765179b585d /buildpipeline
parent8876b988df5737f154eda5f688dae3568ad5d6cc (diff)
Enable PortableRID packaging
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json2
-rw-r--r--buildpipeline/pipeline.json12
2 files changed, 7 insertions, 7 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
index 9bf5fdf2e1..940331f6c8 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
@@ -416,7 +416,7 @@
"value": "/crossrootfs/$(PB_Architecture)",
"allowOverride": true
},
- "portableLinux": {
+ "portableBuild": {
"value": ""
},
"PB_CleanAgent": {
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index a78efc0703..adbf72f4ac 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -83,15 +83,15 @@
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
"PB_DockerTag": "rhel7_prereqs_2",
- "PB_BuildArguments": "-buildArch=x64 -Release -portableLinux",
- "PB_SyncArguments": "-p -portableLinux -- /p:ArchGroup=x64",
+ "PB_BuildArguments": "-buildArch=x64 -Release -portable",
+ "PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64",
"PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64"
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",
"Type": "build/product/",
"ConfigurationGroup": "Release",
- "SubType": "PortableLinux"
+ "SubType": "PortableBuild"
}
},
{
@@ -469,15 +469,15 @@
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
"PB_DockerTag": "rhel7_prereqs_2",
- "PB_BuildArguments": "-buildArch=x64 -Debug -portableLinux",
- "PB_SyncArguments": "-p -portableLinux -- /p:ArchGroup=x64",
+ "PB_BuildArguments": "-buildArch=x64 -Debug -portable",
+ "PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64",
"PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64"
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",
"Type": "build/product/",
"ConfigurationGroup": "Debug",
- "SubType": "PortableLinux"
+ "SubType": "PortableBuild"
}
},
{