This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.MsBuild.
Summary
Validates a file path.
- Assembly
- Cake
.Issues .MsBuild .dll - Namespace
- Cake
.Issues .MsBuild - Containing Type
- Base
Ms Build Log File Format
Syntax
protected ValueTuple<bool, string> ValidateFilePath(string filePath, IRepositorySettings repositorySettings)
Parameters
Name | Type | Description |
---|---|---|
filePath | string | Full file path. |
repositorySettings | IRepositorySettings | Repository settings. |
Return Value
Type | Description |
---|---|
ValueTuple |
Tuple containing a value if validation was successful, and file path relative to repository root. |