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

Error building nupkg #49

Closed
ray007 opened this issue Aug 30, 2017 · 4 comments
Closed

Error building nupkg #49

ray007 opened this issue Aug 30, 2017 · 4 comments

Comments

@ray007
Copy link

ray007 commented Aug 30, 2017

After finally managing to build my own CEF packages, I wanted to have CEF nuget packages.
Unfortunately:

$ powershell .\build.ps1 nupkg-only

Building nuget package

Attempting to build package from 'cef.redist.nuspec'.
Successfully created package 'nuget\cef.redist.x86.3.2987.1601.nupkg'.
Attempting to build package from 'cef.redist.nuspec'.
Successfully created package 'nuget\cef.redist.x64.3.2987.1601.nupkg'.
Attempting to build package from 'cef.sdk.nuspec'.
Could not find a part of the path 'J:\cef-binary\CEF'.

If I create an empty directory CEF of a junctions pointing to a cef directory within my cef/chromium checkouts, building packages here works, but building CefSharp with them fails.
What should CEF be?

@ray007
Copy link
Author

ray007 commented Aug 30, 2017

Update: this is a problem when calling with parameter nupkg-only.
Calling without parameters worked without error.
Running with parameter vs2013 now...

@japj
Copy link

japj commented Oct 29, 2017

Is this still an issue? I think vs2013 will just build binaries and nupkg-only will just package whatever was build previously

@ray007
Copy link
Author

ray007 commented Oct 30, 2017

I managed to make things work, so it's currently not an issue for me anymore.

@japj
Copy link

japj commented Oct 30, 2017

Ok, then this issue can be closed?

@ray007 ray007 closed this as completed Oct 31, 2017
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

2 participants