You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Might want to consider having the -prerelease flag to add searches for non-release versions of VS. Otherwise the script fails when a user only has prerelease versions installed.
The text was updated successfully, but these errors were encountered:
@stevekiene this should now be fixed. We are also now validating builds under VS2019 so building using VS2019 should be build break free. We are also unit testing the bits from VS2019 but not testing them against actual hardware, so you have a slight chance of running into an issue there.
$vsWhereOutput = (& $vswhere -format xml)
Might want to consider having the -prerelease flag to add searches for non-release versions of VS. Otherwise the script fails when a user only has prerelease versions installed.
The text was updated successfully, but these errors were encountered: