We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use paket for packing FsXaml and the FsXaml.Wpf.dll does not get included in the package.
Run pack on FsXaml.Wpf.zip Check if FsXaml.Wpf.dll is in the package.
Use type file
type file
The text was updated successfully, but these errors were encountered:
paket.exe pack output out include-referenced-projects
==>
Sorry, something went wrong.
Oh, I thought it included by default. Why is explicit include-referenced-projects needed in this case?
include-referenced-projects
that's always been an explicit parameter.
maybe you can come up with a flag in the template file so that you don't need to type that every time
e8a0093
so there is a new flag in the template file see http://fsprojects.github.io/Paket/template-files.html#Referenced-projects
you are welcome ;-)
No branches or pull requests
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 fileThe text was updated successfully, but these errors were encountered: