Show / Hide Table of Contents

Class AzurePipelinesCI

Helper methods for interacting with Azure Pipelines CI.

Inheritance
object
AzurePipelinesCI
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.Components.dll
Syntax
public static class AzurePipelinesCI

Methods

View Source

SucceededWithIssues(string)

Marks the build as succeeded with issues.

Declaration
public static void SucceededWithIssues(string reason)
Parameters
Type Name Description
string reason

The issue.

  • View Source
In this article
Back to top Generated by DocFX