@@ -21,7 +21,7 @@ del FlashDevelop\Installer\Binary\*.exe /Q
21
21
if %errorlevel% neq 0 goto :error
22
22
23
23
:: Build the PluginCore
24
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86
24
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
25
25
26
26
:: Check for build errors
27
27
if %errorlevel% neq 0 goto :error
@@ -30,7 +30,7 @@ if %errorlevel% neq 0 goto :error
30
30
call SetVersion.bat
31
31
32
32
:: Build the solution
33
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86
33
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
34
34
35
35
:: Check for build errors
36
36
if %errorlevel% neq 0 goto :error
@@ -60,7 +60,7 @@ del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
60
60
xcopy Distros\HaxeDevelop /s /e /y
61
61
62
62
:: Build the PluginCore
63
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86
63
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
64
64
65
65
:: Check for build errors
66
66
if %errorlevel% neq 0 goto :error
@@ -69,7 +69,7 @@ if %errorlevel% neq 0 goto :error
69
69
call SetVersion.bat
70
70
71
71
:: Build the solution
72
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86
72
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
73
73
74
74
:: Check for build errors
75
75
if %errorlevel% neq 0 goto :error
0 commit comments