Class ClickTwicePackSettings
Inheritance
System.Object
ClickTwicePackSettings
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:ScriptCs.ClickTwice
Assembly:ScriptCs.ClickTwice.dll
Syntax
public class ClickTwicePackSettings
Methods
|
Improve this Doc
View Source
EnableBuildMessages()
Declaration
public ClickTwicePackSettings EnableBuildMessages()
Returns
|
Improve this Doc
View Source
LogTo(IPublishLogger)
Declaration
public ClickTwicePackSettings LogTo(IPublishLogger logger)
Parameters
Returns
|
Improve this Doc
View Source
PreserveBuildOutput()
Declaration
public ClickTwicePackSettings PreserveBuildOutput()
Returns
|
Improve this Doc
View Source
SetConfiguration(String)
Declaration
public ClickTwicePackSettings SetConfiguration(string configuration)
Parameters
Type |
Name |
Description |
System.String |
configuration |
|
Returns
|
Improve this Doc
View Source
Declaration
public ClickTwicePackSettings SetPlatform(string platform)
Parameters
Type |
Name |
Description |
System.String |
platform |
|
Returns
|
Improve this Doc
View Source
Declaration
public ClickTwicePackSettings UseAppManifestMetadata(bool useMetadata = true)
Parameters
Type |
Name |
Description |
System.Boolean |
useMetadata |
|
Returns
|
Improve this Doc
View Source
Declaration
public ClickTwicePackSettings UseAssemblyInfoMetadata(bool useAssemblyInfo = true)
Parameters
Type |
Name |
Description |
System.Boolean |
useAssemblyInfo |
|
Returns
|
Improve this Doc
View Source
UseIntegratedMsBuild()
Declaration
public ClickTwicePackSettings UseIntegratedMsBuild()
Returns
|
Improve this Doc
View Source
WithHandler(IHandler)
Declaration
public ClickTwicePackSettings WithHandler(IHandler handler)
Parameters
Returns
|
Improve this Doc
View Source
WithLogger(IPublishLogger)
Declaration
public ClickTwicePackSettings WithLogger(IPublishLogger logger)
Parameters
Returns
|
Improve this Doc
View Source
WithVersion(String)
Declaration
public ClickTwicePackSettings WithVersion(string version)
Parameters
Type |
Name |
Description |
System.String |
version |
|
Returns