mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-13 13:17:55 +08:00
clean before build
This commit is contained in:
@ -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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user