mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 21:36:51 +00:00
Remove DebDependencies #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dirk-Kuypers on GitHub (Dec 10, 2021).
In my project I have the requirement to create Debian packages without dependencies and to provide all needed dependencies inside my debian package.
I tried to remove dependencies like mentioned in
https://github.com/qmfrederik/dotnet-packaging/issues/169
by using
or even better
but it does not work. I guess this is because the dependencies are set inside the 'CreateDeb' target and the corresponding task is called inside this target without a chance to hook into to clear the ItemGroup. Do I overlook something or is it currently not possible?