Show / Hide Table of Contents

Class AzurePipelinesDotnetCustomStep

Inheritance
object
ConfigurationEntity
AzurePipelinesStep
AzurePipelinesDotnetStepBase
AzurePipelinesDotnetCustomStep
Inherited Members
AzurePipelinesDotnetStepBase.Command
AzurePipelinesDotnetStepBase.DisplayName
AzurePipelinesDotnetStepBase.WithDotnetBlock(CustomFileWriter, Action)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.AzurePipelines.dll
Syntax
public class AzurePipelinesDotnetCustomStep : AzurePipelinesDotnetStepBase

Constructors

View Source

AzurePipelinesDotnetCustomStep(string, string?, string?)

Declaration
public AzurePipelinesDotnetCustomStep(string custom, string? arguments = null, string? workingDirectory = null)
Parameters
Type Name Description
string custom
string arguments
string workingDirectory

Properties

View Source

Arguments

Declaration
public string? Arguments { get; }
Property Value
Type Description
string
View Source

Custom

Declaration
public string Custom { get; }
Property Value
Type Description
string
View Source

WorkingDirectory

Declaration
public string? WorkingDirectory { get; }
Property Value
Type Description
string

Methods

View Source

Write(CustomFileWriter)

Declaration
public override void Write(CustomFileWriter writer)
Parameters
Type Name Description
CustomFileWriter writer
Overrides
Nuke.Common.CI.ConfigurationEntity.Write(Nuke.Common.Utilities.CustomFileWriter)
  • View Source
In this article
Back to top Generated by DocFX