summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2017-08-15 16:56:45 -0700
committerGitHub <noreply@github.com>2017-08-15 16:56:45 -0700
commit5944aa55a541b144349a5c0ba0aecccfde9b5646 (patch)
tree5bea15cbac3eb4ea551d9ed0db81e98ae6b8e09d /buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
parent0bd583ccecc46d106ccb6af9f2f1e75f515460f8 (diff)
downloadcoreclr-5944aa55a541b144349a5c0ba0aecccfde9b5646.tar.gz
coreclr-5944aa55a541b144349a5c0ba0aecccfde9b5646.tar.bz2
coreclr-5944aa55a541b144349a5c0ba0aecccfde9b5646.zip
Add enforcepgo to official builds (#13375)
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index 8ec9054c63..9afc0a5b3f 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -86,7 +86,7 @@
},
"inputs": {
"filename": "build.cmd",
- "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority)",
+ "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages enforcepgo -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority)",
"workingFolder": "",
"failOnStandardError": "false"
}