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
            Publishes the app to the given directory using the current settings
            
		- Assembly
 - Cake
.ClickTwice .dll  - Namespace
 - Cake
.ClickTwice  - Containing Type
 - ClickTwiceManager
 
Syntax
public void To(DirectoryPath outputDirectory)
	Remarks
Convenience method. Equivalent to 
	Cake.ClickTwice.ClickTwiceManager.PublishTo(Cake.Core.IO.DirectoryPath)Parameters
| Name | Type | Description | 
|---|---|---|
| outputDirectory | DirectoryPath | Output path for the final published artifacts | 
Return Value
| Type | Description | 
|---|---|
| void | 
