Class AzurePipelinesCI
Helper methods for interacting with Azure Pipelines CI.
Inherited Members
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
public static class AzurePipelinesCI
Methods
View SourceSucceededWithIssues(string)
Marks the build as succeeded with issues.
Declaration
public static void SucceededWithIssues(string reason)
Parameters
Type | Name | Description |
---|---|---|
string | reason | The issue. |