mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
[PR #120] [MERGED] Bump SourceLink version #237
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/120
Author: @qmfrederik
Created: 11/21/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @qmfrederik
Base:
master← Head:fixes/sourcelink📝 Commits (1)
2cb1ea9Use Directory.Build.props for common properties & items📊 Changes
6 files changed (+18 additions, -55 deletions)
View changed files
➕
Directory.Build.props(+18 -0)📝
Packaging.Targets/Packaging.Targets.csproj(+0 -7)📝
dotnet-deb/dotnet-deb.csproj(+0 -12)📝
dotnet-rpm/dotnet-rpm.csproj(+0 -12)📝
dotnet-tarball/dotnet-tarball.csproj(+0 -12)📝
dotnet-zip/dotnet-zip.csproj(+0 -12)📄 Description
It looks like using a new version of NerdBank.GitVersioning and using SourceLink cases the package version for Packaging.Targets to sometime miss the git qualifier.
This will case package restore to fail in subsequent steps.
Revert that change, and as a simplification, move a bunch of shared properties to Directory.Build.props
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.