Summary
Checks if a file is part of the repository.
- Assembly
- Cake
.Issues .MsBuild .dll - Namespace
- Cake
.Issues .MsBuild - Containing Type
- Base
Ms Build Log File Format
Syntax
protected bool CheckIfFileIsInRepository(string filePath, IRepositorySettings repositorySettings)
Parameters
Name | Type | Description |
---|---|---|
filePath | string | Full file path. |
repositorySettings | IRepositorySettings | Repository settings. |
Return Value
Type | Description |
---|---|
bool | True if file is in repository, false otherwise. |