Skip to content
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

Cap version of VS to <16.0 #2285

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Jan 2, 2020

Description

Allows build.cmd to be used on systems that have VS2019 installed, by capping the version to VS2017.

Related issue

Fix #2284

@nohwnd
Copy link
Member Author

nohwnd commented Jan 2, 2020

To state the context here, I am aware that the long-term goal is to not have dependency on a specific version of VS, but that would require a lot more work as well as updating the documentation. This is a quick-fix to make the dependency on VS2017 explicit, because it is there, and I need to change those lines everytime I try to build.

@nohwnd nohwnd requested a review from singhsarab January 2, 2020 14:48
@nohwnd nohwnd merged commit 21e03e6 into microsoft:master Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build.cmd fails when VisualStudio 2019 is installed
2 participants