Class ManifestPublisher
Convenience class for generating app manifests
Inheritance
System.Object
ManifestPublisher
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Cake.ClickTwice
Assembly:Cake.ClickTwice.dll
Syntax
public class ManifestPublisher
Methods
| Improve this Doc View SourcePublish(String, InformationSource)
Publish the generated manifest at the given path
Declaration
public void Publish(string outputPath, InformationSource source = InformationSource.Both)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath | Path to the output file |
InformationSource | source | Used to control the sourcing of app metadata |