-
Notifications
You must be signed in to change notification settings - Fork 675
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
Fix bug in VS 17.10 #8138
Comments
Doc on installing older versions of VS is at https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/623/Installing-Visual-Studio?anchor=installing-previous-releases |
For step 2 above, it's not trivial for old build numbers. You have to use the azdo REST API. I'm documenting how to do this at https://microsoft.sharepoint.com/teams/python/_layouts/15/Doc.aspx?sourcedoc={30d33826-9f98-4d3e-890e-b7d198bbbcbe}&action=edit&wd=target%28Python%20VS%2FDev%20Docs.one%7Cd7206ce2-cf40-437b-8ce9-1e55f4bc2f44%2FCreating%20a%20New%20Release%20Branch%7C2e67db82-efbb-4114-86a3-1e0d60bbd64e%2F%29&wdorigin=703 |
Kicked off build at https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10926685&view=results with package version set to 25023.4 which is one higher than what is in 17.10 |
Release pipeline kicked off at https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=10927183&view=results. Once it finishes and the insertion PR is created, I'll test with the build created by that PR. |
VS Insertion PR is at https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/607229?_a=overview |
Blocked by #8149
We have a bug that we fixed in VS 17.12 that also needs to be fixed in 17.10. The bug details are at https://msrceng.visualstudio.com/VulnReports/_workitems/edit/223894
The fix is in pylance, not PTVS, but since pylance is only consumed through PTVS, we need full PTVS insertions into VS to address this.
The text was updated successfully, but these errors were encountered: