Show / Hide Table of Contents

Class Configuration

The configuration to use for building the project.

Inheritance
object
Enumeration
Configuration
Inherited Members
Enumeration.Equals(Enumeration)
Enumeration.Equals(object)
Enumeration.GetHashCode()
Enumeration.ToString()
Enumeration.Value
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Hexagrams.Nuke.Components
Assembly: Hexagrams.Nuke.Components.dll
Syntax
[TypeConverter(typeof(Enumeration.TypeConverter<Configuration>))]
public class Configuration : Enumeration

Fields

| Edit this page View Source

Debug

Represents the Debug configuration value.

Declaration
public static Configuration Debug
Field Value
Type Description
Configuration
| Edit this page View Source

Release

Represents the Release configuration value.

Declaration
public static Configuration Release
Field Value
Type Description
Configuration

Operators

| Edit this page View Source

implicit operator string(Configuration)

Declaration
public static implicit operator string(Configuration configuration)
Parameters
Type Name Description
Configuration configuration
Returns
Type Description
string

Extension Methods

ToolSettingsExtensions.WhenNotNull<T, TObject>(T, TObject, Func<T, TObject, T>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX