Summary
Exclude any MSBuild.rsp files automatically.
- Namespace
- Cake
.Common .Tools .DotNetCore .MSBuild - Containing Type
- Dot
Net Core M S Build Settings Extensions
Syntax
public static DotNetCoreMSBuildSettings ExcludeAutoResponseFiles(this DotNetCoreMSBuildSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetCoreMSBuildSettings instance so that multiple calls can be chained. |