mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #137] [MERGED] Fix rpm/deb generation for files with Link attribute #256
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?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/137
Author: @qmfrederik
Created: 12/4/2019
Status: ✅ Merged
Merged: 12/5/2019
Merged by: @qmfrederik
Base:
master← Head:fixes/link📝 Commits (4)
c455d0cAdd Molecule tests for a content file which is linked into the project, and has a LinuxPath attribute.4d314c7Handle link attribute.61dd29cAdd unit tests31ad134[vscode] Enable unit tests📊 Changes
8 files changed (+93 additions, -3 deletions)
View changed files
➕
.vscode/settings.json(+3 -0)📝
Packaging.Targets.Tests/Packaging.Targets.Tests.csproj(+2 -3)➕
Packaging.Targets.Tests/TaskItemExtensionsTests.cs(+55 -0)📝
Packaging.Targets/TaskItemExtensions.cs(+6 -0)📝
molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj(+10 -0)📝
molecule/framework-dependent/molecule/default/tests/test_default.py(+4 -0)📝
molecule/self-contained/molecule/default/tests/test_default.py(+4 -0)📝
molecule/self-contained/self-contained-app/self-contained-app.csproj(+9 -0)📄 Description
This fixes an issue where metadata for files with the
Linkattribute would not be applied correctly.Fixes #81
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.