Class Configuration
The configuration to use for building the project.
Inherited Members
Enumeration.Equals(Enumeration)
Enumeration.GetHashCode()
Enumeration.ToString()
Enumeration.Value
Namespace: Hexagrams.Nuke.Components
Assembly: Hexagrams.Nuke.Components.dll
Syntax
[TypeConverter(typeof(Enumeration.TypeConverter<Configuration>))]
public class Configuration : Enumeration
Fields
| Edit this page View SourceDebug
Represents the Debug configuration value.
Declaration
public static Configuration Debug
Field Value
| Type | Description |
|---|---|
| Configuration |
Release
Represents the Release configuration value.
Declaration
public static Configuration Release
Field Value
| Type | Description |
|---|---|
| Configuration |
Operators
| Edit this page View Sourceimplicit operator string(Configuration)
Declaration
public static implicit operator string(Configuration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| Configuration | configuration |
Returns
| Type | Description |
|---|---|
| string |