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-31 22:08:14 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-31 22:08:14 +0300
commit423d963ab0ce319f776adfc3ec2d9452382c7ad9 (patch)
tree8ab79e7221aca4661aaefdd9d01bd4459174873e /buildpipeline
parent34ce6b701440e2efb402c51e03c11770be583b63 (diff)
Additional changes
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index a4e5b68025..425d393a9e 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -159,7 +159,8 @@
"Name": "DotNet-CoreFx-Trusted-Linux-Crossbuild",
"Parameters": {
"PB_DockerTag": "ubuntu1404_cross_prereqs_v2",
- "PB_BuildArguments": "-buildArch=arm -portable",
+ "PB_Architecture": "arm",
+ "PB_BuildArguments": "-portable",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=arm",
},
"ReportingParameters": {