dotnet tool install --version 0.38.5 --tool-path tools Cake.Tool
You can invoke the tool using the following command: dotnet-cake
Tool 'cake.tool' (version '0.38.5') was successfully installed.
tools/dotnet-cake recipe.cake --bootstrap
tools/dotnet-cake recipe.cake --target=CI --verbosity=Normal
Error: Failed to install addin 'Cake.Graph'.
Error: The process 'tools/dotnet-cake' failed with exit code 1
Cake.Graph in this case is in version 0.6.0, which provides only a dll for net46.
My guess is: It has something to do with the installed / used .NET Framework version.
See https://github.com/cake-contrib/Cake.Discord/actions/runs/9930029019/job/27428282335.
The error is:
Cake.Graph
in this case is in version0.6.0
, which provides only a dll fornet46
. My guess is: It has something to do with the installed / used .NET Framework version.