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.Endpoint.
Summary
Gets or sets a value used as a replacement inside the parsed endpoints file. Value
will be injected as a replacement for every found
[BuildConfiguration]
pattern.
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Services - Containing Type
- Endpoint
Creator Settings
Syntax
public string BuildConfiguration { get; set; }
Value
Type | Description |
---|---|
string |
A string that will be injected into the parsed endpoints file; otherwise, null .
|