Show / Hide Table of Contents

Class AzurePipelinesDotnetStepBase

Inheritance
object
ConfigurationEntity
AzurePipelinesStep
AzurePipelinesDotnetStepBase
AzurePipelinesDotnetCustomStep
AzurePipelinesDotnetRestoreStep
AzurePipelinesDotnetTestStep
Inherited Members
ConfigurationEntity.Write(CustomFileWriter)
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 abstract class AzurePipelinesDotnetStepBase : AzurePipelinesStep

Constructors

View Source

AzurePipelinesDotnetStepBase(string)

Declaration
protected AzurePipelinesDotnetStepBase(string command)
Parameters
Type Name Description
string command

Properties

View Source

Command

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

DisplayName

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

Methods

View Source

WithDotnetBlock(CustomFileWriter, Action)

Declaration
protected void WithDotnetBlock(CustomFileWriter writer, Action callback)
Parameters
Type Name Description
CustomFileWriter writer
Action callback
  • View Source
In this article
Back to top Generated by DocFX