VSWhere aliases

Built-In

Contains functionality related to running VSWhere tool.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the settings class:

#tool "nuget:?package=vswhere"

All

VSWhereAll(VSWhereAllSettings) Gets all Visual Studio product installation paths.
VSWhereAll() Gets all Visual Studio product installation paths.

Latest

VSWhereLatest(VSWhereLatestSettings) Gets the latest Visual Studio product installation path.
VSWhereLatest() Gets the latest Visual Studio product installation path.

Legacy

VSWhereLegacy(bool) Gets the legacy Visual Studio product installation paths.
VSWhereLegacy(VSWhereLegacySettings) Gets the legacy Visual Studio product installation paths.

Product

VSWhereProducts(string, VSWhereProductSettings) Gets Visual Studio product installation paths.
VSWhereProducts(string) Gets Visual Studio product installation paths.