This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ClickTwice.
Summary
Sets the build platform to use when invoking MSBuild
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- Click
Twice Manager Extensions
Syntax
public static ClickTwiceManager SetBuildPlatform(this ClickTwiceManager manager, MSBuildPlatform platform)
Parameters
Name | Type | Description |
---|---|---|
manager | ClickTwiceManager | The manager |
platform | MSBuildPlatform | The MSBuildPlatform platform to build for |
Return Value
Type | Description |
---|---|
ClickTwiceManager | The updated manager |