From 3aad49b7082a514333533d01246abb34ebf4cc11 Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Thu, 11 Feb 2021 16:25:47 -0800 Subject: [PATCH] Merge pull request #30004 from adiaaida/renameProductVersion (#30124) Duplicate productVersion.txt with repo-specific name --- eng/Publishing.props | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index af4586e00e22..fa3d39ebc14f 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -8,7 +8,9 @@ <_UploadPathRoot>aspnetcore productVersion.txt + $(_UploadPathRoot)-$(ProductVersionFileName) $(ArtifactsShippingPackagesDir)$(ProductVersionFileName) + $(ArtifactsShippingPackagesDir)$(RepoProductVersionFileName) @@ -33,7 +35,7 @@ <_ChecksumsToPublish Include="$(ArtifactsDir)**\*.sha512" /> -