-
Notifications
You must be signed in to change notification settings - Fork 11
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
cake.tool compat? #22
Comments
You haven't included the original cake file so it's very hard for me to give you a definitive answer. I would assume by the title that you're running it using the .net core global tool so my first question is what happens when you run the CLI it from the standard Powershell script? v0.6.6 of Cake.AWS.S3 has a reference to AWSSDK.S3 v3.3.17.9, not v3.3.0.0 so what other addons are you trying to use in your script? |
hey there using the cake.tool (https://www.nuget.org/packages/Cake.Tool/) when i run my build script with actual cake (https://www.nuget.org/packages/Cake) it all works fine. here is my script for your reference;
|
I had the same issue, I resolved it by using |
I've updated the ReadMe to mention the loaddependencies option 👍 |
issuing a
dotnet cake
any ideas?
The text was updated successfully, but these errors were encountered: