Skip to content

Commit d6b6d2b

Browse files
committed
Fix...
1 parent 691f356 commit d6b6d2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CI/build.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set PATH=%PATH%;C:\Program Files\7-Zip\
1212
if %errorlevel% neq 0 goto :error
1313

1414
:: Build the PluginCore
15-
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86
15+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
1616

1717
:: Check for build errors
1818
if %errorlevel% neq 0 goto :error
@@ -21,7 +21,7 @@ if %errorlevel% neq 0 goto :error
2121
call SetVersion.bat
2222

2323
:: Build the solution
24-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86
24+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
2525

2626
:: Check for build errors
2727
if %errorlevel% neq 0 goto :error
@@ -51,7 +51,7 @@ del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
5151
xcopy Distros\HaxeDevelop /s /e /y
5252

5353
:: Build the PluginCore
54-
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86
54+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
5555

5656
:: Check for build errors
5757
if %errorlevel% neq 0 goto :error
@@ -60,7 +60,7 @@ if %errorlevel% neq 0 goto :error
6060
call SetVersion.bat
6161

6262
:: Build the solution
63-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86
63+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
6464

6565
:: Check for build errors
6666
if %errorlevel% neq 0 goto :error

CI/buildl.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ del FlashDevelop\Installer\Binary\*.exe /Q
2121
if %errorlevel% neq 0 goto :error
2222

2323
:: 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
2525

2626
:: Check for build errors
2727
if %errorlevel% neq 0 goto :error
@@ -30,7 +30,7 @@ if %errorlevel% neq 0 goto :error
3030
call SetVersion.bat
3131

3232
:: 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
3434

3535
:: Check for build errors
3636
if %errorlevel% neq 0 goto :error
@@ -60,7 +60,7 @@ del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
6060
xcopy Distros\HaxeDevelop /s /e /y
6161

6262
:: 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
6464

6565
:: Check for build errors
6666
if %errorlevel% neq 0 goto :error
@@ -69,7 +69,7 @@ if %errorlevel% neq 0 goto :error
6969
call SetVersion.bat
7070

7171
:: 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
7373

7474
:: Check for build errors
7575
if %errorlevel% neq 0 goto :error

0 commit comments

Comments
 (0)