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

Creating symbol package with sources #868

Closed
domaslasauskas opened this issue Jun 12, 2015 · 4 comments
Closed

Creating symbol package with sources #868

domaslasauskas opened this issue Jun 12, 2015 · 4 comments

Comments

@domaslasauskas
Copy link

NuGet supports -Symbols parameter for creating symbol package which contains source files (in \src inside the package).

Paket is missing a way to include sources in the package when using paket.template.

@JohanLarsson
Copy link
Contributor

Not sure this is a good idea but one way could be to transform the .template to a .nuspec and feed it to nuget.exe.

@cdrnet
Copy link
Member

cdrnet commented Nov 8, 2015

I'd have a use case for this as well, although in my case sources would need to go into /src/Common as it is a multi-platform package where all variants are compiled from the same sources. I'd rather not call into NuGet.exe for this as that's what I'm trying to get rid of by using Paket :).

@Haydabase
Copy link
Contributor

I need this too... working on a pull request

Haydabase added a commit to Haydabase/Paket that referenced this issue Dec 1, 2015
Symbol/source packages can now be created by passing the symbols
argument to the pack command
@kichristensen
Copy link

Could this not issue be closed, as @forki merged the PR back in December 2015?

@forki forki closed this as completed Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants