mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
Question about dotnet deb packages #100
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 @renerlemes on GitHub (Apr 22, 2021).
1 - It is possible to change the control and postinst files before build deb package?
2 - To change the folder to the application will be copy, I'll use the -o command?
3 - How to create a service to the application?
@atauenis commented on GitHub (Apr 22, 2021):
postinstscript can be edited via csproj:appname.servicefile with service description and register it in csproj in such way:@renerlemes commented on GitHub (Apr 22, 2021):
@atauenis Examining the .deb file, it appears to have had no effect with the settings you suggested. Would you help me?
@atauenis commented on GitHub (Apr 22, 2021):
";" is not need at end.
Also csproj file must have Unix line endings to properly contain installation shell-scripts.
@renerlemes commented on GitHub (Apr 25, 2021):
@atauenis the content of the project is always published in the folder /usr/share/PROJECTNAME.
An individual file I was able to change as you commented, but for the files that the project compiles I was not able to.
Can you help me?
@atauenis commented on GitHub (Apr 25, 2021):
I'm also don't know how to do this.
@syedhamzag commented on GitHub (Dec 3, 2022):
error MSB1008: Only one project can be specified.