Skip to content

Commit

Permalink
Misc: Adjust local build script to use AnyCPU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Oct 9, 2021
1 parent 2860b51 commit 20fc933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildRelease.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir .\build\Output

build\nuget.exe restore
REM build solution
build\msbuild.bat . /p:Configuration=Release /p:Platform=x86
build\msbuild.bat . /p:Configuration=Release /p:Platform="Any CPU"

REM copy web overlays
robocopy .\webOverlay .\build\Release\Files\Web /E
Expand Down

0 comments on commit 20fc933

Please sign in to comment.