mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
Suggestion: -i input directory flag #110
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 @pagner on GitHub (Nov 18, 2021).
It seems you have to build the project inline before the packaging runs.
It would be nice if we could specify the manually built publish folder and just run the packaging on it. Skip the build and get to the packaging
The reason I need this feature is because I obfuscate my dll's before release. This is a separate command altogether.
For example:
dotnet rpm -i path/to/my/publish/folder -o path/to/my/output/folder
Thanks
@sduffy77 commented on GitHub (Dec 22, 2024):
I would like to see this feature added as well.