Skip to content

Commit befd9a7

Browse files
committed
Fix CI build order...
1 parent 12aa7be commit befd9a7

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
@@ -21,9 +21,9 @@ if %errorlevel% neq 0 goto :error
2121
call SetVersion.bat
2222

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

2828
:: Check for build errors
2929
if %errorlevel% neq 0 goto :error
@@ -64,9 +64,9 @@ if %errorlevel% neq 0 goto :error
6464
call SetVersion.bat
6565

6666
:: Build the solutions
67-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
68-
ping -n 5 127.0.0.1 > nul
6967
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
68+
ping -n 5 127.0.0.1 > nul
69+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
7070

7171
:: Check for build errors
7272
if %errorlevel% neq 0 goto :error

CI/buildl.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ if %errorlevel% neq 0 goto :error
3131
call SetVersion.bat
3232

3333
:: Build the solutions
34-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
35-
ping -n 5 127.0.0.1 > nul
3634
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
35+
ping -n 5 127.0.0.1 > nul
36+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
3737

3838
:: Check for build errors
3939
if %errorlevel% neq 0 goto :error
@@ -74,9 +74,9 @@ if %errorlevel% neq 0 goto :error
7474
call SetVersion.bat
7575

7676
:: Build the solutions
77-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
78-
ping -n 5 127.0.0.1 > nul
7977
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
78+
ping -n 5 127.0.0.1 > nul
79+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
8080

8181
:: Check for build errors
8282
if %errorlevel% neq 0 goto :error

0 commit comments

Comments
 (0)