ManifestPublisher.

Publish(string, InformationSource) Method

Summary

Publish the generated manifest at the given path
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Containing Type
ManifestPublisher

Syntax

public void Publish(string outputPath, InformationSource source = 2)

Parameters

Name Type Description
outputPath string Path to the output file
source InformationSource Used to control the sourcing of app metadata

Return Value

Type Description
void