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

Pack does not include referenced project. #1851

Closed
JohanLarsson opened this issue Aug 12, 2016 · 5 comments
Closed

Pack does not include referenced project. #1851

JohanLarsson opened this issue Aug 12, 2016 · 5 comments

Comments

@JohanLarsson
Copy link
Contributor

Description

I'm trying to use paket for packing FsXaml and the FsXaml.Wpf.dll does not get included in the package.

Repro steps

Run pack on FsXaml.Wpf.zip
Check if FsXaml.Wpf.dll is in the package.

Known workarounds

Use type file

@forki
Copy link
Member

forki commented Aug 12, 2016

paket.exe pack output out include-referenced-projects

==>

image

@JohanLarsson
Copy link
Contributor Author

Oh, I thought it included by default. Why is explicit include-referenced-projects needed in this case?

@forki
Copy link
Member

forki commented Aug 12, 2016

that's always been an explicit parameter.

@forki forki closed this as completed Aug 12, 2016
@forki
Copy link
Member

forki commented Aug 12, 2016

maybe you can come up with a flag in the template file so that you don't need to type that every time

@forki forki reopened this Aug 12, 2016
@forki forki closed this as completed in e8a0093 Aug 12, 2016
@forki
Copy link
Member

forki commented Aug 12, 2016

so there is a new flag in the template file see http://fsprojects.github.io/Paket/template-files.html#Referenced-projects

you are welcome ;-)

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

2 participants