File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ if %errorlevel% neq 0 goto :error
21
21
call SetVersion.bat
22
22
23
23
:: Build the solutions
24
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
25
- ping -n 5 127.0.0.1 > nul
26
24
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
27
27
28
28
:: Check for build errors
29
29
if %errorlevel% neq 0 goto :error
@@ -64,9 +64,9 @@ if %errorlevel% neq 0 goto :error
64
64
call SetVersion.bat
65
65
66
66
:: Build the solutions
67
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
68
- ping -n 5 127.0.0.1 > nul
69
67
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
70
70
71
71
:: Check for build errors
72
72
if %errorlevel% neq 0 goto :error
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ if %errorlevel% neq 0 goto :error
31
31
call SetVersion.bat
32
32
33
33
:: Build the solutions
34
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
35
- ping -n 5 127.0.0.1 > nul
36
34
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
37
37
38
38
:: Check for build errors
39
39
if %errorlevel% neq 0 goto :error
@@ -74,9 +74,9 @@ if %errorlevel% neq 0 goto :error
74
74
call SetVersion.bat
75
75
76
76
:: Build the solutions
77
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
78
- ping -n 5 127.0.0.1 > nul
79
77
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
80
80
81
81
:: Check for build errors
82
82
if %errorlevel% neq 0 goto :error
You can’t perform that action at this time.
0 commit comments