AzurePipelinesDeploymentModel Enum
Definition
Describes how dev/release branches are deployed.
public enum AzurePipelinesDeploymentModelFields
StudiosQualityTech
The default sqgns approach with separate test/production NuGet feeds.
StudiosQualityTech = 0XboxStudiosQuality
The default XboxStudios approach with a single NuGet feed and a view for production.
XboxStudiosQuality = 1StudiosQualityTechViewPromotion
The new sqgns approach with a single NuGet feed and a view for production.
StudiosQualityTechViewPromotion = 2ArtifactsOnly
The approach without any deployment to NuGet feeds.
ArtifactsOnly = 3