DotNetPublisher.

Publish(string, DotNetPublishSettings) Method

Summary

Publish the project using the specified path and settings.

Syntax

public void Publish(string path, DotNetPublishSettings settings)

Parameters

Name Type Description
path string The target file path.
settings DotNetPublishSettings The settings.

Return Value

Type Description
void