-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge pull request #46393 from ryzngard/issue/46192_nre_save_rename #48253
Conversation
…name Check `Saved` on ProjectItem before calling Save
THIS SHOULD NOT BE MERGED UNTIL SERVICING DECISION IS MADE |
@@ -18,7 +18,7 @@ jobs: | |||
- job: VS_Integration | |||
pool: | |||
name: NetCorePublic-Pool | |||
queue: buildpool.windows.10.amd64.vs2019.pre.open | |||
queue: buildpool.windows.10.amd64.vs2019.open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the reason for changing this is because when the branch is created vs2019.pre is 16.7 and now vs2019 is 16.7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. We do not want to merge any of this change back into master. 16.8 already has the right things for this. We do want to test this on 16.7, which is now the released version, and integration tests won't pass on 16.8
Passing Validation Build: https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/278954 (internal users only) |
Cherry-pick fix for NRE on rename for servicing
Original PR #46393