cake icon indicating copy to clipboard operation
cake copied to clipboard

Add alias for dotnet workload uninstall command

Open Marusyk opened this issue 3 years ago • 0 comments

Add an alias for dotnet workload uninstall command

Fixes #3486

There is nothing to uninstall on the build servers, what integration test I should add here: https://github.com/cake-build/cake/blob/develop/tests/integration/Cake.Common/Tools/DotNetCore/DotNetCoreAliases.cake

  • Install any workload in "Cake.Common.Tools.DotNetCore.DotNetCoreAliases.Setup"
  • Add "Cake.Common.Tools.DotNetCore.DotNetCoreAliases.DotNetWorkloadInstall" and "Cake.Common.Tools.DotNetCore.DotNetCoreAliases.DotNetWorkloadUninstall" as dependent on the "DotNetWorkloadInstall"
  • DotNetWorkloadUninstall("any") with try...catch
  • Skip for now

Please review Thank you in advance

Marusyk avatar Apr 04 '22 21:04 Marusyk

@Marusyk your changes have been merged, thanks for your contribution 👍

devlead avatar Aug 23 '22 13:08 devlead