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

include symbols and src from referenced projects #1373

Merged
merged 1 commit into from
Jan 11, 2016

Conversation

pms1969
Copy link
Contributor

@pms1969 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this change?

Copy link
Contributor Author

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.

@forki
Copy link
Member

forki commented Jan 11, 2016

cool

forki added a commit that referenced this pull request Jan 11, 2016
include symbols and src from referenced projects
@forki forki merged commit aec4b9c into fsprojects:master Jan 11, 2016
@forki
Copy link
Member

forki commented Jan 11, 2016

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.

@pms1969
Copy link
Contributor Author

pms1969 commented Jan 11, 2016

ok, Probably be tomorrow now. I'll see what the problem is and fix.

@forki
Copy link
Member

forki commented Jan 11, 2016

Thanks.
On Jan 11, 2016 5:28 PM, "Paul Saunders" [email protected] wrote:

ok, Probably be tomorrow now. I'll see what the problem is and fix.


Reply to this email directly or view it on GitHub
#1373 (comment).

@forki forki mentioned this pull request Jan 12, 2016
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

Successfully merging this pull request may close these issues.

2 participants