Enum AzurePipelinesDeploymentModel
Describes how dev/release branches are deployed.
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.AzurePipelines.dll
Syntax
public enum AzurePipelinesDeploymentModel
Fields
| Name | Description |
|---|---|
| ArtifactsOnly | The approach without any deployment to NuGet feeds. |
| StudiosQualityTech | The default sqgns approach with separate test/production NuGet feeds. |
| StudiosQualityTechViewPromotion | The new sqgns approach with a single NuGet feed and a view for production. |
| XboxStudiosQuality | The default XboxStudios approach with a single NuGet feed and a view for production. |