Escape '\' char in netci.groovy

This commit is contained in:
Sridhar Periyasamy 2015-10-21 12:27:02 -07:00
parent b2c3ef484f
commit a5599d8390

View file

@ -30,7 +30,7 @@ def static getBuildJobName(def configuration, def os) {
// Calculate the build command
if (os == 'Windows_NT') {
// On Windows we build the mscorlibs too.
buildCommand = ".\scripts\ci_build.cmd ${lowerConfiguration}"
buildCommand = ".\\scripts\\ci_build.cmd ${lowerConfiguration}"
}
else {
// On other OS's we skipmscorlib but run the pal tests