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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: