From 7b9f2d680a48fe44c72c2542db890f47b2897473 Mon Sep 17 00:00:00 2001 From: Westin Miller Date: Thu, 26 Oct 2017 10:51:56 -0700 Subject: [PATCH] Hard clean --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1dd41a7..76cdda5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }