Class DirectPublisher
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 DirectPublisher : BasePublishManager, IPublishManager, IDisposable
Constructors
| Improve this Doc View SourceDirectPublisher(String, InformationSource)
Declaration
public DirectPublisher(string projectFilePath, InformationSource source = InformationSource.Both)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectFilePath | |
InformationSource | source |
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 SourcePostBuild(FileSystemInfo)
Declaration
protected override void PostBuild(FileSystemInfo targetPath)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileSystemInfo | targetPath |