Summary
Installs workloads needed for a project or a solution.
- Namespace
- Cake
.Common .Tools .DotNet .Workload .Restore - Containing Type
- Dot
Net Workload Restorer
Syntax
public void Restore(string project, DotNetWorkloadRestoreSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| project | string | The target project or solution file path. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
