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

Question: Can whole package groups be excluded in a paket.template file? #1630

Closed
Martin-Bohring opened this issue Apr 21, 2016 · 1 comment

Comments

@Martin-Bohring
Copy link

Description

This is probably the wrong place for questions, but I did not find the right place.
Can paket groups be excluded via the excludeddependencies option in a paket.template file?

Repro steps

I have organized paket dependencies into groups (a very nice feature). One of those is a build group.
Examples for build group packages are analyzers, Roslyn refactorings etc.

Expected behavior

Right now I have no exspectations, Excluding package groups might be a new feature.

Actual behavior

When using paket pack some of those build dependencies are picked up.

Known workarounds

Right now I am resorting to enumerate all packages within the build group to be excluded.

Related information

Not relevant.

@forki
Copy link
Member

forki commented Apr 21, 2016

mhm. I could see a excludedgroups property. Should be easy to implement if you follow the code of the current feature.

==> up-for-grabs

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