Update coverage test to have correct configuration for coreFX tests
authorwtgodbe <wigodbe@microsoft.com>
Mon, 13 Jun 2016 20:03:46 +0000 (13:03 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Mon, 13 Jun 2016 20:03:46 +0000 (13:03 -0700)
netci.groovy

index 79a43c087b863da759d0eb34c19bc7c747061a91..bfc8b2523ea9d9df9c321983bbdd0bc6031fc3d4 100755 (executable)
@@ -2067,7 +2067,8 @@ combinedScenarios.each { scenario ->
                 --coreclr-bins \$(pwd)/clr/bin/Product/${osGroup}.${architecture}.${configuration} \\
                 --mscorlib-bins \$(pwd)/clr/bin/Product/${osGroup}.${architecture}.${configuration} \\
                 --corefx-tests \$(pwd)/fx/bin/tests/${osGroup}.AnyCPU.${configuration} \\
-                --corefx-native-bins \$(pwd)/fx/bin/${osGroup}.${architecture}.${configuration}""")
+                --corefx-native-bins \$(pwd)/fx/bin/${osGroup}.${architecture}.${configuration} \\
+                --configurationGroup Release""")
 
 
                                 // Run coreclr tests w/ workstation GC