From ce01c154f737bfbbf09c4fce2044de246ba199a7 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 15 Oct 2024 06:09:16 -0400 Subject: [PATCH] [nuget-msi-convert] Support improved VS component IDs (#25205) * [nuget-msi-convert] Support improved VS component IDs Context: https://github.com/dotnet/arcade/commit/b2d3a3a35526b529490e8f7e410b3777b3f20bd6 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 --- eng/automation/vs-workload.template.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/automation/vs-workload.template.props b/eng/automation/vs-workload.template.props index 5074a0d18484..a1c1dee7c785 100644 --- a/eng/automation/vs-workload.template.props +++ b/eng/automation/vs-workload.template.props @@ -4,6 +4,7 @@ Microsoft.NET.Sdk.Maui.Workload.@VSMAN_VERSION@ @VS_COMPONENT_VERSION@ true + true