Show / Hide Table of Contents

Class AzurePipelinesNuGetDeploymentJob

Inheritance
object
ConfigurationEntity
AzurePipelinesJob
AzurePipelinesJobExt
AzurePipelinesDeploymentJob
AzurePipelinesNuGetDeploymentJob
Inherited Members
AzurePipelinesDeploymentJob.Environment
AzurePipelinesDeploymentJob.Write(CustomFileWriter)
AzurePipelinesJobExt.ImageName
AzurePipelinesJobExt.OnlyOnBranch
AzurePipelinesJobExt.ExcludeBranch
AzurePipelinesJobExt.PoolName
AzurePipelinesJobExt.TimeoutInMinutes
AzurePipelinesJob.Name
AzurePipelinesJob.DisplayName
AzurePipelinesJob.Image
AzurePipelinesJob.Dependencies
AzurePipelinesJob.Parallel
AzurePipelinesJob.Steps
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 AzurePipelinesNuGetDeploymentJob : AzurePipelinesDeploymentJob

Constructors

View Source

AzurePipelinesNuGetDeploymentJob(string, AzurePipelinesDeploymentModel?, string?, bool)

Declaration
public AzurePipelinesNuGetDeploymentJob(string environment, AzurePipelinesDeploymentModel? model = null, string? targetFeed = null, bool allowPackageConflicts = false)
Parameters
Type Name Description
string environment
AzurePipelinesDeploymentModel? model
string targetFeed
bool allowPackageConflicts

Methods

View Source

GetFeedID(AzurePipelinesDeploymentModel?, string)

Declaration
protected static string? GetFeedID(AzurePipelinesDeploymentModel? model, string environment)
Parameters
Type Name Description
AzurePipelinesDeploymentModel? model
string environment
Returns
Type Description
string
View Source

GetPrereleaseViewID(AzurePipelinesDeploymentModel?)

Declaration
protected static string? GetPrereleaseViewID(AzurePipelinesDeploymentModel? model)
Parameters
Type Name Description
AzurePipelinesDeploymentModel? model
Returns
Type Description
string
View Source

GetReleaseViewID(AzurePipelinesDeploymentModel?)

Declaration
protected static string? GetReleaseViewID(AzurePipelinesDeploymentModel? model)
Parameters
Type Name Description
AzurePipelinesDeploymentModel? model
Returns
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX