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 configuration to use when invoking MSBuild
            
		- Assembly
 - Cake
.ClickTwice .dll  - Namespace
 - Cake
.ClickTwice  - Containing Type
 - Click
Twice Manager Extensions  
Syntax
public static ClickTwiceManager SetConfiguration(this ClickTwiceManager manager, string configuration)
	Parameters
| Name | Type | Description | 
|---|---|---|
| manager | ClickTwiceManager | The manager | 
| configuration | string | The configuration to build for | 
Return Value
| Type | Description | 
|---|---|
| ClickTwiceManager | The updated manager | 
