IssuesParameters<TInputFiles, TReporting, TBuildServer, TPullRequestSystem>.

OutputDirectory Property

Summary

Gets or sets the path to the output directory. A relative path will be relative to the current working directory. Default value is BuildArtifacts.

Syntax

public DirectoryPath OutputDirectory { get; set; }

Value

Type Description
DirectoryPath
GitHub