Skip to content

Commit

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

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 9fd87b5 commit 2e208ae
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

2 comments on commit 2e208ae

@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] Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Hash: [CI build]

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

❗ API diff for current PR / commit (Breaking changes)

.NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)

❗ API diff vs stable (Breaking changes)

.NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
  • iOS: vsdrops gist (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
  • tvOS: vsdrops gist (No breaking changes)
  • MacCatalyst: vsdrops gist (No breaking changes)
  • macOS: vsdrops gist (No breaking changes)
  • Microsoft.iOS vs Microsoft.MacCatalyst: vsdrops (could not create gist: file 'D:\a\1\s\change-detection\results\stable-api-comparison\diff\dotnet\iOS-MacCatalyst-diff\Microsoft.iOS.Ref\ref\net7.0\Microsoft.iOS.MacCatalyst.md' does not exist)

✅ Generator diff

Generator diff is empty

Pipeline on Agent
Hash: 2e208ae3b6f7056dd8b886cf66249f4af12f212f [CI build]

Please sign in to comment.