[release/6.0.1xx] build Microsoft.DotNet.Common.ProjectTemplates.6.0 in servicing for source-build#4361
Merged
mmitche merged 1 commit intodotnet:release/6.0.1xxfrom Feb 9, 2022
Conversation
…in servicing for source-build
Member
Author
|
@MichaelSimons could you please confirm you only need this package? @mmitche is it safe to merge this change now or we need to wait for servicing window? (and do the approvals) thanks |
DavidKarlas
approved these changes
Feb 4, 2022
Member
Please wait for the servicing window |
MichaelSimons
approved these changes
Feb 7, 2022
Member
|
@mmitche, @vlada-shubina - how/when will this be available in the sdk/installer repo? I see the darc subscription is disabled. I ask because I have to make changes in installer and want to validate in source-build. |
Member
|
@MichaelSimons All the 6.0.103 bits are flowing internally. It hasn't made it to installer yet though. |
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.
Problem
fixes #4337
Description
Enabled publishing for
Microsoft.DotNet.Common.ProjectTemplates.6.0during servicing, as it is needed to eliminate over-engineering in source-build.Previously it was decided not to publish template packages to NuGet.org for servicing releases, unless there is a need to, to minimize amount of versions having no update except version, however requirement of publishing from source-build side was missed.
This change reenables publishing.
Customer impact
No impact to customers, engineering change only.
After this change
Microsoft.DotNet.Common.ProjectTemplates.6.0will be published also to NuGet.org for each servicing release (https://www.nuget.org/packages/Microsoft.DotNet.Common.ProjectTemplates.6.0), even when there is no change.Regression
no
Risk
minimum, engineering change only.