cake-contrib / Cake.Discord

https://cakebuild.net/extensions/cake-discord/
MIT License
0 stars 4 forks source link

current CI Build fails #22

Closed nils-a closed 4 months ago

nils-a commented 4 months ago

See https://github.com/cake-contrib/Cake.Discord/actions/runs/9930029019/job/27428282335.

The error is:

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.

cake-contrib-bot commented 4 months ago

:tada: This issue has been resolved in version 0.3.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: