mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
RPM generation doesn't support LinuxPath in combimation with Link attributes #37
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 @daniel-sherwood on GitHub (Sep 6, 2018).
MSBuild supports using the Link attribute to reference a file in a particular location in the project, build or publish tree. If this is used in conjunction with the LinuxPath attribute, the file is not copied to the correct location.
The attached patch fixes this.
patch.txt
@qmfrederik commented on GitHub (Sep 6, 2018):
Thanks! The patch looks good, but could you add a test for this? It could be as simple as adding an entry to the
demo\cliscd\clisc.csprojfile, and updatingdemo\cliscd\Tests.csto include a test which makes sure the file has actually been deployed to the target.