Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Add AzurePipelines command reference
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Nov 6, 2019
1 parent 3a3910f commit c29fce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Nuke.Common/CI/AzurePipelines/AzurePipelines.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void PublishCodeCoverage(
string reportDirectory,
params string[] additionalCodeCoverageFiles)
{
// Taken from https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tests-Legacy/L0/PublishCodeCoverageResults/_suite.ts#L45-L46
WriteCommand(
"codecoverage.publish",
dictionaryConfigurator: x => x
Expand Down Expand Up @@ -203,6 +204,7 @@ private string GetText(AzurePipelinesIssueType type)
};
}

// https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md
public void WriteCommand(
string command,
string message = null,
Expand Down

0 comments on commit c29fce5

Please sign in to comment.