From 2afebcb3f512a1d86d9e21b37210c4d5fc306d74 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sat, 21 Sep 2024 13:37:32 -0500 Subject: [PATCH] try building for arm64 --- .../Properties/PublishProfiles/Net7.0-SelfContained.pubxml | 4 ++-- appveyor.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml b/Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml index 0e5cf4489..9ce1f958e 100644 --- a/Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml +++ b/Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release - Any CPU + ARM64 net7.0-windows10.0.19041.0 ..\Output\Release\ - win-x64 + win-arm64 true False False diff --git a/appveyor.yml b/appveyor.yml index ab1803f6b..55ed6e054 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: