From 1ca849df732e0846ab24e3783d2e13c05c67ff17 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Mon, 10 Apr 2017 15:27:07 -0700 Subject: [PATCH] Package compatjit.dll in pipeline builds. Just what it says on the tin. Commit migrated from https://github.com/dotnet/coreclr/commit/0ede8a6bd3fb3e013b2767bdd595a7e5f9d78889 --- src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json index 2eb1305..9b24cc2 100644 --- a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json +++ b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json @@ -203,7 +203,7 @@ }, "inputs": { "filename": "build-packages.cmd", - "arguments": "-BuildArch=$(Architecture) -BuildType=$(PB_BuildType) $(portableBuild)", + "arguments": "-BuildArch=$(Architecture) -BuildType=$(PB_BuildType) $(portableBuild) -ExtraParameters=/p:PackageCompatJit=1", "workingFolder": "", "failOnStandardError": "false" } @@ -469,4 +469,4 @@ "state": "wellFormed", "revision": 418097633 } -} \ No newline at end of file +} -- 2.7.4