We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bc0bd commit c61ddceCopy full SHA for c61ddce
src/DotNet/DotNet.csproj
@@ -70,7 +70,7 @@
70
<_WorkloadSource Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
71
</ItemGroup>
72
<Exec
73
- Command=""$(MSBuildExtensionsPath)../../dotnet" workload install maui --skip-manifest-update --verbosity diag --temp-dir "$(DotNetTempDirectory)" @(_WorkloadSource->'--source "%(Identity)"', ' ')"
+ Command=""$(MSBuildExtensionsPath)../../dotnet" workload install maui android-aot --skip-manifest-update --verbosity diag --temp-dir "$(DotNetTempDirectory)" @(_WorkloadSource->'--source "%(Identity)"', ' ')"
74
WorkingDirectory="$(MauiRootDirectory)"
75
/>
76
0 commit comments