Skip to content

Commit

Permalink
[build] Add support for Visual Studio on win-arm64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonathanpeppers committed Dec 1, 2022
1 parent 59910e6 commit ab02277
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

0 comments on commit ab02277

Please sign in to comment.