File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
demo/Semi.Avalonia.TreeDataGrid.Demo Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7171 path : ./upload
7272
7373 android :
74- runs-on : windows -latest
74+ runs-on : ubuntu -latest
7575 steps :
7676 - name : Checkout
7777 uses : actions/checkout@v4.1.1
8383 run : dotnet restore
8484
8585 - name : Publish Android
86- run : dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish
86+ run : dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish -p:RuntimeIdentifier=android-arm64
8787
8888 - name : Upload a Build Artifact
8989 uses : actions/upload-artifact@v4.3.1
Original file line number Diff line number Diff line change 77 <LangVersion >latest</LangVersion >
88 <ApplicationManifest >app.manifest</ApplicationManifest >
99 <AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
10+ <Nullable >enable</Nullable >
11+ <AvaloniaVersion >11.2.2</AvaloniaVersion >
12+ <CommunityToolkitVersion >8.3.2</CommunityToolkitVersion >
1013 <!-- Uncomment below to enable Native AOT compilation-->
1114 <!-- <PublishAot>true</PublishAot>-->
1215 <!-- <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>-->
1316 </PropertyGroup >
1417
15- <Import Project =" ../Directory.Build.props" />
16-
1718 <ItemGroup >
1819 <PackageReference Include =" Avalonia" Version =" $(AvaloniaVersion)" />
1920 <PackageReference Include =" Avalonia.Desktop" Version =" $(AvaloniaVersion)" />
You can’t perform that action at this time.
0 commit comments