Skip to content

Commit

Permalink
[build] Add support for Visual Studio on win-arm64 (#7471)
Browse files Browse the repository at this point in the history
Context: xamarin/yaml-templates#204

Updates the VSMAN files generated for our .NET workload to support
Visual Studio on windows-arm64.
  • Loading branch information
pjcollins authored Nov 30, 2022
1 parent c03c953 commit d5d96f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/create-packs/vs-workload.in.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Replacement>Android.Manifest</Replacement>
</ShortNames>
<ComponentResources Include="android" Version="@WORKLOAD_VERSION@" Category=".NET" Title=".NET SDK for Android" Description=".NET SDK Workload for building Android applications."/>
<WorkloadPackages Include="$(NuGetPackagePath)\Microsoft.NET.Sdk.Android.Manifest*.nupkg" Version="@WORKLOAD_VERSION@" />
<WorkloadPackages Include="$(NuGetPackagePath)\Microsoft.NET.Sdk.Android.Manifest*.nupkg" Version="@WORKLOAD_VERSION@" SupportsMachineArch="true" />
<MultiTargetPackNames Include="Microsoft.Android.Sdk" />
</ItemGroup>
</Project>

0 comments on commit d5d96f3

Please sign in to comment.