-
Notifications
You must be signed in to change notification settings - Fork 525
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
Issue with packet pack
and multiple paket.template files
#893
Comments
packet pack
packet pack
and multiple paket.template files
since you already described the repro setting. could you please create a minimal repro? It's much easier if I can just download a repro and fix right away. that would be really helpful. |
I forgot my GitHub password, so I currently cannot upload things. Sorry. |
The contents of the
and:
Everything else is standard C# project setup. |
I've uploaded a zip archive at https://github.com/cr7pt0gr4ph7/Paket/releases/download/issues%2Frepro%2F893/Paket_Issue_893.zip. |
Fix confirmed. It might might sense to put up some integration tests for the command line interface, using a known input state (i.e. local package repository, known |
Yep did integration tests a couple of months ago, but removed them because
|
I discovered the issue with Paket version
1.16.0
, and it is still present in the current version1.17.0
.Details
When calling
packet pack
inside a multi-project solution where multiple projects havepaket.template
,pack
selects the wrong.csproj
file - see below for an example.Reproduction steps
Given the following directory layout:
When calling:
I get the following error (note: this should use ProjectB.dll, and not ProjectA.dll!):
The text was updated successfully, but these errors were encountered: