Show / Hide Table of Contents

Class AzurePipelinesDotnetRestoreStep

Inheritance
object
ConfigurationEntity
AzurePipelinesStep
AzurePipelinesDotnetStepBase
AzurePipelinesDotnetRestoreStep
Inherited Members
AzurePipelinesDotnetStepBase.Command
AzurePipelinesDotnetStepBase.DisplayName
AzurePipelinesDotnetStepBase.WithDotnetBlock(CustomFileWriter, Action)
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 AzurePipelinesDotnetRestoreStep : AzurePipelinesDotnetStepBase

Constructors

View Source

AzurePipelinesDotnetRestoreStep()

Declaration
public AzurePipelinesDotnetRestoreStep()

Properties

View Source

AdditionalArguments

Declaration
public string? AdditionalArguments { get; set; }
Property Value
Type Description
string
View Source

FeedsToUse

Declaration
public string? FeedsToUse { get; set; }
Property Value
Type Description
string
View Source

NugetConfigPath

Declaration
public string? NugetConfigPath { get; set; }
Property Value
Type Description
string
View Source

Project

Declaration
public string Project { get; set; }
Property Value
Type Description
string

Methods

View Source

Write(CustomFileWriter)

Declaration
public override void Write(CustomFileWriter writer)
Parameters
Type Name Description
CustomFileWriter writer
Overrides
Nuke.Common.CI.ConfigurationEntity.Write(Nuke.Common.Utilities.CustomFileWriter)
  • View Source
In this article
Back to top Generated by DocFX