[release/9.0.1xx] [vs-workload.props] Append xcode info to VSMAN#21658
Merged
dalexsoto merged 1 commit intorelease/9.0.1xxfrom Nov 19, 2024
Merged
[release/9.0.1xx] [vs-workload.props] Append xcode info to VSMAN#21658dalexsoto merged 1 commit intorelease/9.0.1xxfrom
dalexsoto merged 1 commit intorelease/9.0.1xxfrom
Conversation
Context: 06fea90 In order to add .NET 9 Xcode16.1 builds to VS we'll need to insert packs from two different commits on the `release/9.0.1xx-preview` branch. Xcode information will now be added to the VS manifest that we generate to allow us to produce unique manifests across the same branch.
dalexsoto
approved these changes
Nov 19, 2024
Member
|
Merging as we need to test the package generation changes at insertion time. #21657 will do the full pass in the meantime. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: 06fea90
In order to add .NET 9 Xcode16.1 builds to VS we'll need to insert packs
from two different commits on the
release/9.0.1xx-previewbranch.Xcode information will now be added to the VS manifest that we generate
to allow us to produce unique manifests across the same branch.
Backport of #21657