-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Simplify findvcvarsall.bat #115951
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
Simplify findvcvarsall.bat #115951
Conversation
Delete unnecessary version check
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.
Pull Request Overview
This PR simplifies the findvcvarsall.bat
script by removing the version constraint on the Visual Studio tools lookup.
- Deleted the
-version [16,18^)
filter in thevswhere
invocation.
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
/ba-g known issue #115955 |
/backport to release/9.0-staging |
/backport to release/8.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/18660585515 |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/18660588581 |
Delete unnecessary version check