Class PublishManager
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:ClickTwice.Publisher.MSBuild
Assembly:ClickTwice.Publisher.MSBuild.dll
Syntax
public class PublishManager : BasePublishManager, IPublishManager, IDisposable
Constructors
| Improve this Doc View SourcePublishManager(String, InformationSource)
Declaration
public PublishManager(string projectFilePath, InformationSource manifestInformationSource)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectFilePath | |
InformationSource | manifestInformationSource |
Properties
| Improve this Doc View SourceConfiguration
Declaration
public override string Configuration { protected get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourcePlatform
Declaration
public override string Platform { protected get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceBuildProject(Dictionary<String, String>, List<String>)
Declaration
protected override bool BuildProject(Dictionary<string, string> props, List<string> targets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | props | |
System.Collections.Generic.List<System.String> | targets |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceDispose()
Declaration
public override void Dispose()
Overrides
| Improve this Doc View SourcePostBuild(FileSystemInfo)
Declaration
protected override void PostBuild(FileSystemInfo targetPath)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileSystemInfo | targetPath |