Skip to content

Commit ecded25

Browse files
committed
Ugh...
1 parent 718ce31 commit ecded25

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="Any CPU" /t:Rebuild
15+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
1616

1717
:: Check for build errors
1818
if %errorlevel% neq 0 goto :error
@@ -22,7 +22,7 @@ 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="Any CPU" /t:Rebuild
25+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
2626

2727
:: Check for build errors
2828
if %errorlevel% neq 0 goto :error
@@ -53,7 +53,7 @@ for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "
5353
xcopy Distros\HaxeDevelop /s /e /y
5454

5555
:: Build the PluginCore
56-
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
56+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
5757

5858
:: Check for build errors
5959
if %errorlevel% neq 0 goto :error
@@ -63,7 +63,7 @@ call SetVersion.bat
6363

6464
:: Build the solutions
6565
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
66-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
66+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
6767

6868
:: Check for build errors
6969
if %errorlevel% neq 0 goto :error

CI/buildl.cmd

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

2424
:: Build the PluginCore
25-
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
25+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
2626

2727
:: Check for build errors
2828
if %errorlevel% neq 0 goto :error
@@ -32,7 +32,7 @@ call SetVersion.bat
3232

3333
:: Build the solutions
3434
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
35-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
35+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
3636

3737
:: Check for build errors
3838
if %errorlevel% neq 0 goto :error
@@ -63,7 +63,7 @@ for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "
6363
xcopy Distros\HaxeDevelop /s /e /y
6464

6565
:: Build the PluginCore
66-
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
66+
msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
6767

6868
:: Check for build errors
6969
if %errorlevel% neq 0 goto :error
@@ -73,7 +73,7 @@ call SetVersion.bat
7373

7474
:: Build the solutions
7575
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
76-
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="Any CPU" /t:Rebuild
76+
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform="AnyCPU" /t:Rebuild
7777

7878
:: Check for build errors
7979
if %errorlevel% neq 0 goto :error

0 commit comments

Comments
 (0)