File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ call SetVersion.bat
22
22
23
23
:: Build the solutions
24
24
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
26
27
27
28
:: Check for build errors
28
29
if %errorlevel% neq 0 goto :error
@@ -46,6 +47,7 @@ git clean -f -x -d FlashDevelop\Bin\Debug
46
47
47
48
:: Remove bad files
48
49
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
50
+ del FlashDevelop\Bin\Debug\FlashDevelopx64.exe.config
49
51
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
50
52
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
51
53
@@ -63,7 +65,8 @@ call SetVersion.bat
63
65
64
66
:: Build the solutions
65
67
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
67
70
68
71
:: Check for build errors
69
72
if %errorlevel% neq 0 goto :error
You can’t perform that action at this time.
0 commit comments