Skip to content

Commit

Permalink
[nuget-msi-convert] Do not use new VS component IDs (#21476)
Browse files Browse the repository at this point in the history
Context: 9013ae4

We've decided hold off on this change until .NET 10.

---------

Co-authored-by: Peter Collins <pecolli@microsoft.com>
  • Loading branch information
pjcollins authored Oct 21, 2024
1 parent 92c9d2f commit d283463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/generate-vs-workload.csharp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ using (TextWriter writer = new StreamWriter (outputPath)) {
var manifestBuildVersion = iOSPlatform.Any () ? iOSPlatform.First ().Item2 : platforms.First ().Item2;
writer.WriteLine ($" <ManifestBuildVersion>{manifestBuildVersion}</ManifestBuildVersion>");
writer.WriteLine ($" <EnableSideBySideManifests>true</EnableSideBySideManifests>");
writer.WriteLine ($" <UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>");
writer.WriteLine ($" <UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>");
writer.WriteLine ($" </PropertyGroup>");
writer.WriteLine ($" <ItemGroup>");
writer.WriteLine ($" <!-- Shorten package names to avoid long path caching issues in Visual Studio -->");
Expand Down

5 comments on commit d283463

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: d283463fc6a22ab1d7848cc648f6553352cc4113 [CI build]

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.