-
Notifications
You must be signed in to change notification settings - Fork 525
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
include symbols and src from referenced projects #1373
Conversation
pms1969
commented
Jan 11, 2016
- include source files for referenced projects in symbols nupkg's
- ensure pdb's for referenced projects are included in nupkg's
- add command line option for pack (include-referenced-projects)
- create some tests for some of the above
* include source files for referenced projects in symbols nupkg's * ensure pdb's for referenced projects are included in nupkg's * add command line option for pack (include-referenced-projects) * create some tests for some of the above
paths.[0] |> shouldEqual "..\\..\\src\\Paket\\Paket.fsproj" | ||
paths.[1] |> shouldEqual "..\\Paket.Core\\Paket.Core.fsproj" | ||
paths.[0] |> shouldEqual "..\\..\\..\\..\\src\\Paket\\Paket.fsproj" | ||
paths.[1] |> shouldEqual "..\\..\\..\\..\\src\\Paket.Core\\Paket.Core.fsproj" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit tests used it. From where it is called by nunit, those projects do not exist in the paths that were specified.
cool |
include symbols and src from referenced projects
Sorry had to revert. Something is wrong with the paths. When I try to release, then Paket can't pack itself anymore. Please resubmit the PR and try to run "build.cmd NuGet" on the repo. |
ok, Probably be tomorrow now. I'll see what the problem is and fix. |
Thanks.
|