summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2018-08-29 09:41:15 -0700
committerGitHub <noreply@github.com>2018-08-29 09:41:15 -0700
commitb08f34eb1ea2cd8527507fc0249d80aed2eef9db (patch)
tree66e789e1fcf617f27c956c1dd8e8600826daae82 /buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
parentf99ca8c1533fe9f70407353d5f0b9784fd40362c (diff)
downloadcoreclr-b08f34eb1ea2cd8527507fc0249d80aed2eef9db.tar.gz
coreclr-b08f34eb1ea2cd8527507fc0249d80aed2eef9db.tar.bz2
coreclr-b08f34eb1ea2cd8527507fc0249d80aed2eef9db.zip
Enable ibc official build (#19586)
Enable IBCOptimize for x86 and x64 Release builds
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index 0c68d3b237..3831d21061 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -122,7 +122,7 @@
},
"inputs": {
"filename": "build.cmd",
- "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages $(PB_EnforcePGO) -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority) -- /p:SignType=$(PB_SignType)",
+ "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages $(PB_IBCOptimize) $(PB_EnforcePGO) -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority) -- /p:SignType=$(PB_SignType)",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -411,6 +411,10 @@
"PB_EnforcePGO": {
"value": "",
"allowOverride": true
+ },
+ "PB_IBCOptimize": {
+ "value": "",
+ "allowOverride": true
}
},
"retentionRules": [