File tree 2 files changed +4
-3
lines changed
Flow.Launcher/Properties/PublishProfiles
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.
6
6
<PropertyGroup >
7
7
<PublishProtocol >FileSystem</PublishProtocol >
8
8
<Configuration >Release</Configuration >
9
- <Platform >Any CPU </Platform >
9
+ <Platform >ARM64 </Platform >
10
10
<TargetFramework >net7.0-windows10.0.19041.0</TargetFramework >
11
11
<PublishDir >..\Output\Release\</PublishDir >
12
- <RuntimeIdentifier >win-x64 </RuntimeIdentifier >
12
+ <RuntimeIdentifier >win-arm64 </RuntimeIdentifier >
13
13
<SelfContained >true</SelfContained >
14
14
<PublishSingleFile >False</PublishSingleFile >
15
15
<PublishReadyToRun >False</PublishReadyToRun >
Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ assembly_info:
23
23
assembly_informational_version : $(flowVersion)
24
24
25
25
image : Visual Studio 2022
26
- platform : Any CPU
26
+ platform : ARM64
27
27
configuration : Release
28
28
before_build :
29
29
- ps : nuget restore
30
30
build :
31
31
project : Flow.Launcher.sln
32
32
verbosity : minimal
33
+
33
34
test_script :
34
35
- dotnet test --no-build -c Release
35
36
after_test :
You can’t perform that action at this time.
0 commit comments