Skip to content

Commit b7ab781

Browse files
committed
Update real script...
1 parent 6356bb1 commit b7ab781

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CI/build.cmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ call SetVersion.bat
2222

2323
:: Build the solutions
2424
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
25-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
25+
ping -n 5 127.0.0.1 > nul
26+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
2627

2728
:: Check for build errors
2829
if %errorlevel% neq 0 goto :error
@@ -46,6 +47,7 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4647

4748
:: Remove bad files
4849
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
50+
del FlashDevelop\Bin\Debug\FlashDevelopx64.exe.config
4951
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
5052
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
5153

@@ -63,7 +65,8 @@ call SetVersion.bat
6365

6466
:: Build the solutions
6567
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
66-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
68+
ping -n 5 127.0.0.1 > nul
69+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
6770

6871
:: Check for build errors
6972
if %errorlevel% neq 0 goto :error

0 commit comments

Comments
 (0)