Skip to content

Commit

Permalink
[release/9.0.1xx] [nuget-msi-convert] Support improved VS component I…
Browse files Browse the repository at this point in the history
…Ds (#25275)

* [nuget-msi-convert] Support improved VS component IDs

Context: dotnet/arcade@b2d3a3a
Context: https://github.com/xamarin/yaml-templates/pull/339

The VS insertion manifest generation has been updated to use new VS
component IDs required for .NET 9+.

* Use yaml-templates main

---------

Co-authored-by: Peter Collins <[email protected]>
  • Loading branch information
github-actions[bot] and pjcollins authored Oct 15, 2024
1 parent 227b1b7 commit bae0a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/automation/vs-workload.template.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetName>Microsoft.NET.Sdk.Maui.Workload.@VSMAN_VERSION@</TargetName>
<ManifestBuildVersion>@VS_COMPONENT_VERSION@</ManifestBuildVersion>
<EnableSideBySideManifests>true</EnableSideBySideManifests>
<UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>
</PropertyGroup>
<ItemGroup>
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->
Expand Down

0 comments on commit bae0a09

Please sign in to comment.