Summary
Uninstalls one or more workloads.
- Namespace
- Cake
.Common .Tools .DotNet .Workload .Uninstall - Containing Type
- Dot
Net Workload Uninstaller
Syntax
public void Uninstall(IEnumerable<string> workloadIds)
Parameters
| Name | Type | Description |
|---|---|---|
| workloadIds | IEnumerable |
The workload ID or multiple IDs to uninstall. |
Return Value
| Type | Description |
|---|---|
| void |
