Summary
Sets the tool version.
- Namespace
- Cake
.Common .Tools .XBuild - Containing Type
- X
Build Settings Extensions
Syntax
public static XBuildSettings UseToolVersion(this XBuildSettings settings, XBuildToolVersion version)
Parameters
Name | Type | Description |
---|---|---|
settings | XBuildSettings | The settings. |
version | XBuildToolVersion | The version. |
Return Value
Type | Description |
---|---|
XBuildSettings | The same XBuildSettings instance so that multiple calls can be chained. |