From f4015957207883f1691b3fcf99bdf79afa55577a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:34:45 +0000 Subject: [PATCH 1/2] Initial plan From b4d07ca881c1b2cea48b39a5d5f278e4ca446c44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:43:33 +0000 Subject: [PATCH 2/2] Install maui-android workload on Linux instead of full maui workload Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com> --- src/DotNet/DotNet.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 5cab15a090ed..ee661ea0280f 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -78,7 +78,9 @@ <_WorkloadSource Include="$(NugetArtifactsPath)" /> - <_LocalWorkloadIds Include="maui" /> + + <_LocalWorkloadIds Include="maui-android" Condition="$([MSBuild]::IsOSPlatform('linux'))" /> + <_LocalWorkloadIds Include="maui" Condition="!$([MSBuild]::IsOSPlatform('linux'))" /> <_LocalWorkloadIds Include="tizen" Condition=" '$(IncludeTizenTargetFrameworks)' == 'true' " />