Summary
Adds a extension to ignore when determining which project file to build.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings Extensions
Syntax
public static DotNetMSBuildSettings WithIgnoredProjectExtension(this DotNetMSBuildSettings settings, string extension)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Dot |
The settings. |
| extension | string | The extension to ignore. |
Return Value
| Type | Description |
|---|---|
| Dot |
The same DotNetMSBuildSettings instance so that multiple calls can be chained. |
