From: Matt Mitchell Date: Fri, 18 Dec 2015 20:02:40 +0000 (-0800) Subject: Switch to using release corefx X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3576207fa6a9a3ddb84f25d4bb424d4cb68ea31b;p=platform%2Fupstream%2Fcoreclr.git Switch to using release corefx --- diff --git a/netci.groovy b/netci.groovy index c83a6c22df..d6b8d27aed 100644 --- a/netci.groovy +++ b/netci.groovy @@ -355,8 +355,8 @@ def static addPRTrigger(def job, def architecture, def os, def configuration, is --testNativeBinDir=\"\${WORKSPACE}/bin/obj/${osGroup}.${architecture}.${configuration}/tests\" \\ --coreClrBinDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\ --mscorlibDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\ - --coreFxBinDir=\"\${WORKSPACE}/bin/${osGroup}.AnyCPU.Debug\" \\ - --coreFxNativeBinDir=\"\${WORKSPACE}/bin/${osGroup}.${architecture}.Debug\"""") + --coreFxBinDir=\"\${WORKSPACE}/bin/${osGroup}.AnyCPU.Release\" \\ + --coreFxNativeBinDir=\"\${WORKSPACE}/bin/${osGroup}.${architecture}.Release\"""") } }