Build CI for AnyCPU
This commit is contained in:
@@ -7,15 +7,15 @@ init:
|
||||
environment:
|
||||
matrix:
|
||||
- job_name: Windows x64 Build
|
||||
platform: x64
|
||||
platform: Any CPU
|
||||
appveyor_build_worker_image: Visual Studio 2022
|
||||
configuration: Release
|
||||
- job_name: Linux Build
|
||||
platform: x64
|
||||
platform: Any CPU
|
||||
appveyor_build_worker_image: Ubuntu2204
|
||||
configuration: Release
|
||||
- job_name: Mac Build
|
||||
platform: x64
|
||||
platform: Any CPU
|
||||
appveyor_build_worker_image: macos-monterey
|
||||
configuration: Release
|
||||
|
||||
|
||||
@@ -110,10 +110,16 @@ Global
|
||||
{FB07C6DE-F791-4336-B6E2-B32EEAC34792}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{79B51DAA-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{79B51DAA-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{79B51DAA-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{79B51DAA-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{89049BBC-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{89049BBC-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{89049BBC-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{89049BBC-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{9F71FDB3-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9F71FDB3-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9F71FDB3-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9F71FDB3-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user