You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced some very unclear difficulties with adding exclusions to paket's pack command.
Paket pack exclude parameters doesn't seem to work when thepaket.template file begins with type project, even if the project specifies an ID on the next line.
Repro steps
Create a paket.template file in your project with the type as project.
Try to run paket pack: .paket/paket.exe -v pack output "bin" exclude OpenTK.GLWidget
Expected behavior
Paket should exclude the project by ID if it specifies one, regardless of whether the type is a project or a file.
Actual behavior
Paket fails with an obscure error message: Paket failed with: Could not find a part of the path '<snip>\src\OpenTK.GLWidget\bin\Release\OpenTK.GLWidget.dll'.
Known workarounds
Change the type from project to file.
Related information
Operating system: W10
Branch: Stable? Whichever the bootstrapper downloads.
The text was updated successfully, but these errors were encountered:
varon
changed the title
Paket 'pack' does not correctly exclude type project template files
Paket 'pack' does not correctly exclude 'project' template files
Jul 18, 2016
Description
I experienced some very unclear difficulties with adding exclusions to paket's pack command.
Paket pack
exclude
parameters doesn't seem to work when thepaket.template
file begins withtype project
, even if the project specifies an ID on the next line.Repro steps
project
..paket/paket.exe -v pack output "bin" exclude OpenTK.GLWidget
Expected behavior
Paket should exclude the project by ID if it specifies one, regardless of whether the type is a project or a file.
Actual behavior
Paket fails with an obscure error message:
Paket failed with: Could not find a part of the path '<snip>\src\OpenTK.GLWidget\bin\Release\OpenTK.GLWidget.dll'.
Known workarounds
Change the type from
project
tofile
.Related information
The text was updated successfully, but these errors were encountered: