File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Flow.Launcher/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ assembly_info:
2323 assembly_informational_version : $(flowVersion)
2424
2525image : Visual Studio 2022
26- platform : Any CPU
26+ platform : ARM64
2727configuration : Release
2828before_build :
2929- ps : nuget restore
3030build :
3131 project : Flow.Launcher.sln
3232 verbosity : minimal
33+
3334test_script :
3435 - dotnet test --no-build -c Release
3536after_test :
You can’t perform that action at this time.
0 commit comments