Skip to content

AzurePipelinesDeploymentModel Enum

Definition

Describes how dev/release branches are deployed.

C#
public enum AzurePipelinesDeploymentModel

Fields

StudiosQualityTech

The default sqgns approach with separate test/production NuGet feeds.

C#
StudiosQualityTech = 0

XboxStudiosQuality

The default XboxStudios approach with a single NuGet feed and a view for production.

C#
XboxStudiosQuality = 1

StudiosQualityTechViewPromotion

The new sqgns approach with a single NuGet feed and a view for production.

C#
StudiosQualityTechViewPromotion = 2

ArtifactsOnly

The approach without any deployment to NuGet feeds.

C#
ArtifactsOnly = 3