Update Visual Studio Version to 17.0#6361
Conversation
branding update
Merge main to 17.0
rainersigwald
left a comment
There was a problem hiding this comment.
We'll also need a bunch of the stuff from #6336. Let's merge that in, fi to 17.0, and add the new changes.
|
Yeah—I saw there was a lot that depended on "Current" version. So to clarify, no action item for this PR until the first two steps are complete, and then this will be good to squash? |
correct
No; we'll want to add a couple of 17.0 things on top of Kirill's PR. |
|
@Forgind can you merge main to 17, then rebase or remerge this? Then we'll need to add a couple more things. |
|
I merged main into this, but I don't think I have permission to push directly to the 17.0 branch, so I'd have to add it via PR. I made a couple tweaks that looked necessary from 6336. What did I miss? (Other than building, now fixed.) |
Yes, please. As is the diff is very confusing, and the commit history will be a bit of a mess (when we eventually come along and do 18.0 I'd like to have as few commits as possible so we can look back). |
|
I'm still finding this diff intensely confusing. Mind squashing this branch into a better form? ❯ git checkout 17.0
Already on '17.0'
Your branch is up to date with 'Forgind/17.0'.
❯ git rev-parse HEAD
fb1d9659863d5e77053d86a23fe9ca06e4575013
❯ git reset --hard upstream/vs17.0
❯ git merge --squash fb1d9659863d5e77053d86a23fe9ca06e4575013
Automatic merge went well; stopped before committing as requested
Squash commit -- not updating HEAD
❯ git commit -am "Additional 17.0 branding/internal updates"
[17.0 8519d595c6] Additional 17.0 branding/internal updates
10 files changed, 58 insertions(+), 16 deletions(-)
create mode 100644 src/Tasks/Microsoft.VisualStudioVersion.v17.Common.props |
|
I'd neglected to do any of that since main merged into vs17.0. It was also nice to have the commands written out for me so I didn't have to think about it 🙂 |
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
rainersigwald
left a comment
There was a problem hiding this comment.
Please change the VSIX to contain the new VS file:
|
@Forgind after addressing feedback please consider repointing to |
rainersigwald
left a comment
There was a problem hiding this comment.
@marcpopMSFT this is the PR I'd really like in VS 17.0 ASAP.
|
Looks like missing this is breaking some internal C++ tests. @ladipro I'll include you on the mail. We should take this ASAP and get an insertion going so we can let the QB figure out when to take it. |

Fixes #6360
Context
Branding update didn't hit Visual Studio version
Changes Made
Fixed that
Testing
None
Notes
I messed up on my commit history, but the changes are right. Shouldn't matter if we squash it in.