Mattias Karlsson

Results 165 comments of Mattias Karlsson

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

It was introduced in https://github.com/cake-build/cake/pull/4537 , what will work today is below with `command` and `arguments` separated with no project specified. ```cake DotNetTool(string.Empty, "tool", "restore"); ```

> However, hope this issue will be fixed as more complex usage like the below also fails. > > context.LogCommand("Building web-site..."); > context.DotNetTool("docfx build", new DotNetToolSettings > { > WorkingDirectory...

Until a while ago the cross platform CLI to install was [Octopus.DotNet.Cli](https://www.nuget.org/packages/Octopus.DotNet.Cli), and it can be installed using the tool directive ```cake #tool dotnet:?package=Octopus.DotNet.Cli&version=9.1.7 ``` That said Jun 13 this...