Package compatjit.dll in pipeline builds.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 10 Apr 2017 22:27:07 +0000 (15:27 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 10 Apr 2017 22:27:07 +0000 (15:27 -0700)
Just what it says on the tin.

buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json

index 2eb130501e1818c9815829e2e38d3d0d8c8119f0..9b24cc23a947813eaa4512fae5d71132b0e6c208 100644 (file)
       },
       "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"
       }
     "state": "wellFormed",
     "revision": 418097633
   }
-}
\ No newline at end of file
+}