Skip to content

Commit

Permalink
[build] Add support for Visual Studio on win-arm64 (#11875)
Browse files Browse the repository at this point in the history
Context: #11090
Context: https://github.com/xamarin/yaml-templates/pull/204
Context: dotnet/android#7471
Context: dotnet/macios#16935

Updates the VSMAN files generated for our .NET workload to support
Visual Studio on windows-arm64.

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
  • Loading branch information
github-actions[bot] and jonathanpeppers authored Dec 5, 2022
1 parent b03c323 commit 5339d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/automation/vs-workload.template.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ComponentResources Include="maui-maccatalyst" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mac Catalyst" Description=".NET SDK Workload for building MAUI applications that target Mac Catalyst." />
<ComponentResources Include="maui-ios" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for iOS" Description=".NET SDK Workload for building MAUI applications that target iOS." />
<ComponentResources Include="maui-windows" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Windows" Description=".NET SDK Workload for building MAUI applications that target Windows." />
<WorkloadPackages Include="$(NuGetPackagePath)\Microsoft.NET.Sdk.Maui.Manifest*.nupkg" Version="@VS_COMPONENT_VERSION@" />
<WorkloadPackages Include="$(NuGetPackagePath)\Microsoft.NET.Sdk.Maui.Manifest*.nupkg" Version="@VS_COMPONENT_VERSION@" SupportsMachineArch="true" />
<MultiTargetPackNames Include="Maui.Sdk;Maui.Templates" />
</ItemGroup>
</Project>

0 comments on commit 5339d4f

Please sign in to comment.