Skip to content

Commit

Permalink
Upgrade to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
mo10 authored Dec 20, 2021
1 parent ab22da6 commit b6fe625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_script:
msbuild ModLoader /p:Configuration=Release /p:Platform=AnyCPU /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
msbuild Proxy /p:Configuration=Release /p:Platform=Win32 /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
msbuild Proxy /p:Configuration=Release /p:Platform=x64 /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
after_build:
- ps: >-
Expand All @@ -28,7 +28,7 @@ after_build:
artifacts:
- path: build\$(configuration)
name: Debug Release
name: With PDB

- path: build\dist
name: Dist Release
name: Release

0 comments on commit b6fe625

Please sign in to comment.