-
Notifications
You must be signed in to change notification settings - Fork 419
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
Can't build on Windows #484
Comments
It should be installing Cake using NuGet with "-ExcludeVersion". You are also missing the NuGet executable downloaded into .tools. Can you delete the .tools folder and try again using the |
Someone else had this exact issue last week, but I couldn't replicate it. I wonder @danroth27 do you have nuget.exe in your path? Perhaps its a nuget version issue at play? |
@danroth27 if you have a chance to pull down branch |
Here's my nugget version:
After deleting .tools and running again with
The Thanks. |
Awesome, going to merge the branch anyway to avoid this in the future hopefully. Thanks! |
Looks like the cake path needs a version number:
The text was updated successfully, but these errors were encountered: