Hard clean
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -39,6 +39,8 @@ node {
|
||||
} else {
|
||||
buildMode = "Debug"
|
||||
}
|
||||
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