Help with error trying to use Cake in GitHub actions #3185
-
I created the most simple .net project. The build processes works perfectly when using visual studio code and using the terminal to type in the command dotnet cake. However, when running on github, does not work at all. You can see if you go to build actions, you can see that even though I have all the code necessary, it still will not work with github. I hope there is a way to make it work somehow with github. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This line should be You're getting an error because you're invoking |
Beta Was this translation helpful? Give feedback.
This line should be
dotnet tool restore
.You're getting an error because you're invoking
dotnet restore tools
which tries to do something completely different than restoring tools