mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
[PR #215] [MERGED] Add SkipDebDependencies flag to be able to remove all added default dependencies #315
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?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/215
Author: @Dirk-Kuypers
Created: 12/13/2021
Status: ✅ Merged
Merged: 12/16/2021
Merged by: @qmfrederik
Base:
master← Head:feature/SkipDebDependencies📝 Commits (2)
0a97254Add SkipDebDependencies flag to ba able to remove all added default dependencies93738ebIntroduce prooperty to skip rpm dependencies if wanted📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
Packaging.Targets/build/Packaging.Targets.targets(+8 -0)📄 Description
I have introduced a property 'SkipDebDependencies' to be able to drop all automatically added dependencies if needed.
Unfortunately this is needed in my project. We are installing a device running embedded Linux and at least in the beginning we have the requirement that every project has to bring every dependency to be able to run to enable easy up- and downgrade scenarios of our firmware applications.
This would solve my issue #213
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.