mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Reference .sh files in PreInstallScript and PostInstall .csproj for RPM generation instead of inline bash commands #121
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 @ar1950 on GitHub (May 26, 2022).
So I see this comment: https://github.com/quamotion/dotnet-packaging/issues/163
I would basically like to do
but with my script files referenced instead of hardcoded values
so I don't have to worry about breaking anything by turning the entire .csproj into LF endings. Is this possible?