We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[karl@MacBook-Pro-2:Devel]$ git clone https://github.com/cake-build/example.git Cloning into 'example'... remote: Counting objects: 186, done. remote: Compressing objects: 100% (3/3), done. remote: Total 186 (delta 0), reused 0 (delta 0), pack-reused 182 Receiving objects: 100% (186/186), 35.79 KiB | 0 bytes/s, done. Resolving deltas: 100% (76/76), done. Checking connectivity... done. [karl@MacBook-Pro-2:Devel]$ cd example/ [karl@MacBook-Pro-2:example(master)]$ ls LICENSE appveyor.yml build.ps1 src README.md build.cake build.sh tools [karl@MacBook-Pro-2:example(master)]$ ./build.sh Downloading NuGet... Feeds used: /Users/karl/.local/share/NuGet/Cache https://api.nuget.org/v3/index.json Restoring NuGet package Cake.0.17.0. WARNING: Unable to find version '0.17.0' of package 'Cake'. /Users/karl/.local/share/NuGet/Cache: Package 'Cake.0.17.0' is not found on source '/Users/karl/.local/share/NuGet/Cache'. https://api.nuget.org/v3/index.json: Unable to load the service index for source https://api.nuget.org/v3/index.json. /tmp/unity-monodevelop-monoframework-4.0.5/lib/libMonoPosixHelper.dylib /tmp/unity-monodevelop-monoframework-4.0.5/lib/libMonoPosixHelper.dylib Could not find Cake.exe at '/Users/karl/Devel/example/tools/Cake/Cake.exe'.
The text was updated successfully, but these errors were encountered:
Which version of nuget.exe do you have in path?
Sorry, something went wrong.
Whatever's in tools/nuget.exe. Not sure how to run that...
Oh hang on, there's another one in /Applications/Unity/MonoDevelop.app/Contents/Frameworks/Mono.framework/Versions/Current/lib/mono/nuget/NuGet.exe
Also in ~/Library/Frameworks/Mono.framework/Versions/4.6.2/lib/mono/nuget/NuGet.exe
No branches or pull requests
The text was updated successfully, but these errors were encountered: