From 4c390c8bdb5fe020e7890a7d5129e7222db965fc Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Fri, 6 Mar 2020 11:09:23 -0800 Subject: [PATCH] Enable ReleaseNotes Extraction for Track 1 Libraries (#10301) --- Directory.Build.props | 1 - eng/Directory.Build.Data.props | 1 + eng/Directory.Build.Data.targets | 11 +++++------ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7a393aa43af5e..2cc34fda5271f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,6 @@ $(RepoRoot)src/SDKs true true - true diff --git a/eng/Directory.Build.Data.props b/eng/Directory.Build.Data.props index cbdc47f874287..4738c2b445454 100644 --- a/eng/Directory.Build.Data.props +++ b/eng/Directory.Build.Data.props @@ -39,6 +39,7 @@ true true true + true true true diff --git a/eng/Directory.Build.Data.targets b/eng/Directory.Build.Data.targets index c73894e862a1e..a07894bc9e0bd 100644 --- a/eng/Directory.Build.Data.targets +++ b/eng/Directory.Build.Data.targets @@ -11,8 +11,7 @@ - + $([MSBuild]::NormalizeDirectory($(MSBuildProjectDirectory)/../)) @@ -24,19 +23,19 @@ - + "%ProgramFiles%\PowerShell\6\pwsh.exe" pwsh $(MSBuildThisFileDirectory)/common/Extract-ReleaseNotes.ps1 $([MSBuild]::NormalizeDirectory($(MSBuildProjectDirectory)/../))CHANGELOG.md - + - - + +