summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-12-18 12:02:40 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-12-18 12:02:40 -0800
commit3576207fa6a9a3ddb84f25d4bb424d4cb68ea31b (patch)
treedf9c6fa18b28c2158249e13a3098bb211b46c229
parentecbb3ecf7f6763595c7cbc4c7d9daa5b41eddddd (diff)
downloadcoreclr-3576207fa6a9a3ddb84f25d4bb424d4cb68ea31b.tar.gz
coreclr-3576207fa6a9a3ddb84f25d4bb424d4cb68ea31b.tar.bz2
coreclr-3576207fa6a9a3ddb84f25d4bb424d4cb68ea31b.zip
Switch to using release corefx
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
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\"""")
}
}