Show / Hide Table of Contents

Class AzurePipelinesToolSetup

Inheritance
object
AzurePipelinesToolSetup
Inherited Members
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 static class AzurePipelinesToolSetup

Methods

View Source

CreateDependencyStep(string, string?, string?)

Declaration
public static AzurePipelinesStep CreateDependencyStep(string toolName, string? nugetConfigPath = null, string? workingDirectory = null)
Parameters
Type Name Description
string toolName
string nugetConfigPath
string workingDirectory
Returns
Type Description
AzurePipelinesStep
View Source

CreateNuGetVariables(uint)

Declaration
public static (string Name, string Value)[] CreateNuGetVariables(uint timeout)
Parameters
Type Name Description
uint timeout
Returns
Type Description
(string Name, string Value)[]
  • View Source
In this article
Back to top Generated by DocFX