You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
instead of the dotnet tool.
Using dotnet tool requires Cake.Recipe v2.x
Also switched from "CI" target to the old "AppVeyor" target.
The name was changed from AppVeyor to CI in Cake.Recipe 2.0.0
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.
The text was updated successfully, but these errors were encountered: