mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
LinuxPath doesn't appear to be working with DebTask #30
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 @clemensv on GitHub (Jul 4, 2018).
At present, the two files end up in the application directory and not in /etc.
@danielmoncada commented on GitHub (Jul 9, 2018):
@clemensv what Linux distro are you using? I'm currently using this feature myself and it works fine. Here's my configuration:
@qmfrederik commented on GitHub (Sep 4, 2018):
@clemensv In your case, the files are being ignored because they are empty: https://github.com/qmfrederik/dotnet-packaging/blob/master/Packaging.Targets/ArchiveBuilder.cs#L245
@claunia commented on GitHub (Jun 26, 2019):
Well for me it's failing also..
All gets copied to publish directory, but the desktop file is not copied to the specified path, that is nonetheless created empty. And yes the desktop file is not empty.
@claunia commented on GitHub (Jun 26, 2019):
Ok found something interesting, in my example above,
../yyyyy/com.example.desktopdoes not work.If I move the file to a subfolder inside the project parent folder, like
yyyyy/com.example.desktop, it works.