From b6b56721f7db88181ee20be673076aa378814a26 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Sun, 29 Sep 2019 14:08:09 +0200 Subject: [PATCH 1/2] Fix SourceLink integration --- CHANGELOG.md | 1 + build/Build.cs | 2 -- source/Directory.Build.props | 12 +++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f1f3e01..b55dc1402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] +- Fixed SourceLink integration ## [0.22.1] / 2019-09-21 - Fixed assertion message for missing packages diff --git a/build/Build.cs b/build/Build.cs index 065733545..0326e2bd4 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -131,8 +131,6 @@ from framework in project.GetTargetFrameworks() .SetProject(Solution) .SetNoBuild(IsLocalBuild) .SetConfiguration(Configuration) - .EnableIncludeSymbols() - .SetSymbolPackageFormat(DotNetSymbolPackageFormat.snupkg) .SetOutputDirectory(OutputDirectory) .SetVersion(GitVersion.NuGetVersionV2) .SetPackageReleaseNotes(GetNuGetReleaseNotes(ChangelogFile, GitRepository))); diff --git a/source/Directory.Build.props b/source/Directory.Build.props index 52320bf32..eaa8dd8be 100644 --- a/source/Directory.Build.props +++ b/source/Directory.Build.props @@ -18,7 +18,7 @@ build automation continuous-integration tools orchestration MIT https://nuke.build - https://github.com/nuke-build/nuke + https://github.com/nuke-build/common https://raw.githubusercontent.com/nuke-build/nuke/master/icon.png @@ -42,6 +42,16 @@ True + + true + true + snupkg + + + + + + From 05de0e0db3a30d4d4efc11e7a27a3498b4f8f869 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Sun, 29 Sep 2019 14:08:51 +0200 Subject: [PATCH 2/2] Finalize CHANGELOG.md for 0.22.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b55dc1402..0210456b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] + +## [0.22.2] / 2019-09-29 - Fixed SourceLink integration ## [0.22.1] / 2019-09-21 @@ -414,7 +416,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added CLT tasks for Git - Fixed background color in console output -[vNext]: https://github.com/nuke-build/common/compare/0.22.1...HEAD +[vNext]: https://github.com/nuke-build/common/compare/0.22.2...HEAD +[0.22.2]: https://github.com/nuke-build/common/compare/0.22.1...0.22.2 [0.22.1]: https://github.com/nuke-build/common/compare/0.22.0...0.22.1 [0.22.0]: https://github.com/nuke-build/common/compare/0.21.2...0.22.0 [0.21.2]: https://github.com/nuke-build/common/compare/0.21.1...0.21.2