Summary
Invoke the Restore target before any other target.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings WithRestore(this MSBuildSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | MSBuildSettings | The setting. |
Return Value
Type | Description |
---|---|
MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |