-
Notifications
You must be signed in to change notification settings - Fork 55
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
New-Release doesn't find project dependencies #227
Comments
Did you ever resolve this? |
@ses4j Nope, that's just not possible at the moment |
So what can you do to get the project dependencies outputs in the right place? |
Does this mean it is not yet possible to use Squirrel with a solution that has more than one project? Even though it is fully documented? |
It is possible if you manually copy the resulting .nupkg files of the projects into the releases folder |
I must have done something wrong then, because I tried what you said and I still have the same error as the one you mentioned at the beginning. |
I have tried to put ExternalProject-0.5.0-beta-full.nupkg in
It never worked... |
Ah yes, I meant The packages folder...don't understand why it doesn't work for you though |
Try to delete the '-full' from the filename |
I just managed to make it work by removing "-full" and also changing "-" into ".". In conclusion, I use this file: |
Avoid crashing when the user doesn't supply any shortcutLocations.
I have a solution with multiple projects, each with a .nuspec file and
BuildPackage
enabled. The main project has a dependency on the other two projects and I specified them as dependency in the .nuspec of the main project as described hereWhen creating a
New-Release
, I get the following error:Seems like
CreateReleasePackage.exe
looks for the project dependencies in thepackages
directory, but the built .nupgk files are still in their build output foldersThe text was updated successfully, but these errors were encountered: