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 20:50:06 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-31 20:50:06 +0300
commit34ce6b701440e2efb402c51e03c11770be583b63 (patch)
tree928c05fbc7976d6953cc75b4c9ae53b6d132bf57 /buildpipeline
parentc16c1ecfb453e579842b2fd9ad4968c7d6c9108e (diff)
Fix LinuxCross Portable Build
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 678dfd74d3..a4e5b68025 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -159,7 +159,7 @@
"Name": "DotNet-CoreFx-Trusted-Linux-Crossbuild",
"Parameters": {
"PB_DockerTag": "ubuntu1404_cross_prereqs_v2",
- "PB_BuildArguments": "-buildArch=arm -Release -portable",
+ "PB_BuildArguments": "-buildArch=arm -portable",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=arm",
},
"ReportingParameters": {