Hard clean v2
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -39,8 +39,8 @@ node {
|
||||
} else {
|
||||
buildMode = "Debug"
|
||||
}
|
||||
bat "rmdir /Q /S bin/"
|
||||
bat "rmdir /Q /S bin-test/"
|
||||
bat "rmdir /Q /S \"bin\""
|
||||
bat "rmdir /Q /S \"bin-test\""
|
||||
bat "\"${tool 'MSBuild'}msbuild\" Torch.sln /p:Configuration=${buildMode} /p:Platform=x64 /t:Clean"
|
||||
bat "\"${tool 'MSBuild'}msbuild\" Torch.sln /p:Configuration=${buildMode} /p:Platform=x64"
|
||||
}
|
||||
|
Reference in New Issue
Block a user