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:
authorDavis Goodin <dagood@microsoft.com>2017-04-13 21:48:47 +0300
committerDavis Goodin <dagood@microsoft.com>2017-04-13 21:48:47 +0300
commit226f972465ee44264e6203d1b66c502a7ec8518e (patch)
tree0ba63ac7fda444b9ecc37c17cbdc939ffa00667e /buildpipeline
parent6738caf66a1fc6ad990549d8f176c8a0543d79ee (diff)
Fix IBC data package restore by moving it to Sync
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows.json2
-rw-r--r--buildpipeline/pipeline.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
index c1c35a21ea..e4fa0749b3 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
@@ -105,7 +105,7 @@
},
"inputs": {
"filename": "$(Build.SourcesDirectory)\\corefx\\sync.cmd",
- "arguments": "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments)",
+ "arguments": "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments) $(PB_PipelineBuildMSBuildArguments)",
"workingFolder": "corefx",
"failOnStandardError": "false"
}
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 87eb58ce3c..f5a670f303 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -221,7 +221,7 @@
},
"BuildParameters": {
"PB_ConfigurationGroup": "Release",
- "PB_PipelineBuildMSBuildArguments": "/p:EnableProfileGuidedOptimization=false"
+ "PB_PipelineBuildMSBuildArguments": "/p:EnableProfileGuidedOptimization=true"
},
"Definitions": [
{