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.Incubator.
Summary
Combines a base project path with the name of the project file.
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator . Project Path Extensions - Containing Type
- Project
Path Extensions
Syntax
public static ProjectPath CombineWithProjectPath(this DirectoryPath basePath, string path)
Parameters
Name | Type | Description |
---|---|---|
basePath | DirectoryPath | The base path to the location of the Project File. |
path | string | The path to the actual Project file. |
Return Value
Type | Description |
---|---|
ProjectPath |