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

[paket pack] Inconsistent pinned version of referenced projects with include-referenced-projects enabled #3076

Closed
ruhullahshah opened this issue Feb 26, 2018 · 0 comments

Comments

@ruhullahshah
Copy link
Contributor

Description

In the attachment(Demo.zip), I have 3 projects:

  • Consumer project has 2 dependencies mentioned below.
  • TemplatedDependency project which has its own paket.template
  • StandAloneDependency project which doesn't have a paket.template

On running paket pack with --lock-dependencies, (Refer to create_packages.bat in the attachment), we have the following behavior:

  • Without include-referenced-projects true in paket.template (Consumer), we get <dependency id="TemplatedDependency" version="[42.10.0-build99999]" />
  • With include-referenced-projects true in paket.template (Consumer), we get <dependency id="TemplatedDependency" version="42.10.0-build99999" />

Expected behavior

We expect the TemplatedDependency to be pinned in both the cases.

Paket Version: Latest

Demo.zip

@forki forki closed this as completed in fa5e618 Feb 27, 2018
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

No branches or pull requests

1 participant