try building for arm64

This commit is contained in:
Hongtao Zhang 2024-09-21 13:37:32 -05:00
parent 6f661efb27
commit 2afebcb3f5
2 changed files with 4 additions and 3 deletions

View file

@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<Platform>ARM64</Platform>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<PublishDir>..\Output\Release\</PublishDir>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>

View file

@ -23,13 +23,14 @@ assembly_info:
assembly_informational_version: $(flowVersion)
image: Visual Studio 2022
platform: Any CPU
platform: ARM64
configuration: Release
before_build:
- ps: nuget restore
build:
project: Flow.Launcher.sln
verbosity: minimal
test_script:
- dotnet test --no-build -c Release
after_test: