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
Gets the first output path value for a specific config from an xml document
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .XDocumentExtensions - Containing Type
- XDocumentExtensions
Syntax
public static DirectoryPath[] GetOutputPaths(this XDocument document, string config, string[] targetFrameworks, DirectoryPath rootDirectoryPath, string platform = "AnyCPU")
Parameters
| Name | Type | Description |
|---|---|---|
| document | XDocument | The xml document |
| config | string | the configuration |
| targetFrameworks | string[] | the target frameworks expected (affects output paths) |
| rootDirectoryPath | DirectoryPath | the root directory for any relative assembly paths |
| platform | string | the platform |
Return Value
| Type | Description |
|---|---|
| DirectoryPath[] | the output path |
