mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
try building for arm64
This commit is contained in:
parent
6f661efb27
commit
2afebcb3f5
2 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue