From 3965852c262c8dd9e7f790fedad9229089884706 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Thu, 29 Mar 2018 03:23:18 +0430 Subject: [PATCH] clean before build --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 099f857..aa6eacd 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -120,7 +120,7 @@ Pop-Location if($Compile) { Push-Location -Path $launcher Create-RC $Version ($launcher + '\src\version.rc2'); - msbuild CmderLauncher.vcxproj /p:configuration=Release + msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release if ($LastExitCode -ne 0) { throw "msbuild failed to build the executable." }