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

Doesn't work on macos #30

Closed
kstenerud opened this issue Nov 15, 2016 · 3 comments
Closed

Doesn't work on macos #30

kstenerud opened this issue Nov 15, 2016 · 3 comments

Comments

@kstenerud
Copy link

[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'.
@devlead
Copy link
Member

devlead commented Nov 15, 2016

Which version of nuget.exe do you have in path?

@kstenerud
Copy link
Author

Whatever's in tools/nuget.exe. Not sure how to run that...

@kstenerud
Copy link
Author

kstenerud commented Nov 15, 2016

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

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

No branches or pull requests

3 participants