Summary
Publish the project using the specified path and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Publish - Containing Type
- DotNetPublisher
Syntax
public void Publish(string path, DotNetPublishSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The target file path. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
