From b08f34eb1ea2cd8527507fc0249d80aed2eef9db Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Wed, 29 Aug 2018 09:41:15 -0700 Subject: Enable ibc official build (#19586) Enable IBCOptimize for x86 and x64 Release builds --- buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json') 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": [ -- cgit v1.2.3