Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

current CI Build fails #22

Closed
nils-a opened this issue Jul 14, 2024 · 1 comment · Fixed by #24
Closed

current CI Build fails #22

nils-a opened this issue Jul 14, 2024 · 1 comment · Fixed by #24
Assignees
Labels
Milestone

Comments

@nils-a
Copy link
Contributor

nils-a commented Jul 14, 2024

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.

@nils-a nils-a added the Build label Jul 14, 2024
@nils-a nils-a added this to the 1.0.0 milestone Jul 14, 2024
@nils-a nils-a self-assigned this Jul 14, 2024
nils-a added a commit to nils-a/Cake.Discord that referenced this issue Jul 14, 2024
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
@nils-a nils-a linked a pull request Jul 14, 2024 that will close this issue
9 tasks
@cake-contrib-bot
Copy link

🎉 This issue has been resolved in version 0.3.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants