IssueBuilder.

InProjectFile(string) Method

Summary

Sets the path of the project to which the file affected by the issue belongs.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder InProjectFile(string projectFileRelativePath)

Parameters

Name Type Description
projectFileRelativePath string The path to the project to which the file affected by the issue belongs. The path needs to be relative to the repository root. Can be null or System.String.Empty if issue is not related to a project.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub