Show / Hide Table of Contents

Class AzurePipelinesStageExt

Inheritance
object
ConfigurationEntity
AzurePipelinesStage
AzurePipelinesStageExt
AzurePipelinesNuGetDeploymentStage
AzurePipelinesTemplateStage
SQTechDocsAzurePipelinesDeploymentStage
Inherited Members
AzurePipelinesStage.Name
AzurePipelinesStage.DisplayName
AzurePipelinesStage.Image
AzurePipelinesStage.Dependencies
AzurePipelinesStage.Jobs
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 AzurePipelinesStageExt : AzurePipelinesStage

Properties

View Source

ExcludeBranch

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

ImageName

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

OnlyOnBranch

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

PoolName

Declaration
public string? PoolName { get; set; }
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.AzurePipelines.Configuration.AzurePipelinesStage.Write(Nuke.Common.Utilities.CustomFileWriter)
  • View Source
In this article
Back to top Generated by DocFX