Skip to content

Commit 2afebcb

Browse files
committed
try building for arm64
1 parent 6f661ef commit 2afebcb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Configuration>Release</Configuration>
9-
<Platform>Any CPU</Platform>
9+
<Platform>ARM64</Platform>
1010
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
1111
<PublishDir>..\Output\Release\</PublishDir>
12-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
12+
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>False</PublishSingleFile>
1515
<PublishReadyToRun>False</PublishReadyToRun>

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ assembly_info:
2323
assembly_informational_version: $(flowVersion)
2424

2525
image: Visual Studio 2022
26-
platform: Any CPU
26+
platform: ARM64
2727
configuration: Release
2828
before_build:
2929
- ps: nuget restore
3030
build:
3131
project: Flow.Launcher.sln
3232
verbosity: minimal
33+
3334
test_script:
3435
- dotnet test --no-build -c Release
3536
after_test:

0 commit comments

Comments
 (0)