Summary
Gets or sets MSBuild properties.
- Namespace
- Cake
.Common .Tools .InspectCode - Containing Type
- InspectCodeSettings
Syntax
public Dictionary<string, string> MsBuildProperties { get; set; }
Value
Type | Description |
---|---|
Dictionary |
The MSBuild properties to override. |