Summary
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"
- Namespace
- Cake
.Common .Tools .VSWhere - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["VSWhereAliases"]
class Type type-node
Syntax
[CakeAliasCategory("VSWhere")]
public static class VSWhereAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
VSWhereAll |
Directory |
Gets all Visual Studio product installation paths.
static
|
VSWhereAll |
Directory |
Gets all Visual Studio product installation paths.
static
|
VSWhereLatest |
DirectoryPath |
Gets the latest Visual Studio product installation path.
static
|
VSWhereLatest |
DirectoryPath |
Gets the latest Visual Studio product installation path.
static
|
VSWhereLegacy |
DirectoryPath |
Gets the legacy Visual Studio product installation paths.
static
|
VSWhereLegacy |
Directory |
Gets the legacy Visual Studio product installation paths.
static
|
VSWhereProducts |
Directory |
Gets Visual Studio product installation paths.
static
|
VSWhereProducts |
Directory |
Gets Visual Studio product installation paths.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|