Skip to content

Commit

Permalink
[release/6.0.4xx-xcode14.1] [build] Add support for Visual Studio on …
Browse files Browse the repository at this point in the history
…win-arm64. (#16963)

Context: xamarin/yaml-templates#204
Context: dotnet/android#7471

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

Backport of ##16935.

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
  • Loading branch information
rolfbjarne and jonathanpeppers authored Dec 6, 2022
1 parent 827bab3 commit 121b0b8
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 @@ -87,7 +87,7 @@ using (TextWriter writer = new StreamWriter (outputPath)) {
foreach (var entry in platforms) {
var platform = entry.Item1;
var version = entry.Item2;
writer.WriteLine ($" <WorkloadPackages Include=\"$(NuGetPackagePath)\\Microsoft.NET.Sdk.{platform}.Manifest*.nupkg\" Version=\"{version}\" />");
writer.WriteLine ($" <WorkloadPackages Include=\"$(NuGetPackagePath)\\Microsoft.NET.Sdk.{platform}.Manifest*.nupkg\" Version=\"{version}\" SupportsMachineArch=\"true\" />");
}
foreach (var entry in platforms) {
var platform = entry.Item1;
Expand Down

4 comments on commit 121b0b8

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@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.