diff --git a/eng/Publishing.props b/eng/Publishing.props index 3752cf44fd..af4586e00e 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -4,9 +4,11 @@ - $(PublishDependsOnTargets);_PublishInstallersAndChecksums + $(PublishDependsOnTargets);_PublishInstallersAndChecksumsAndProductVersion <_UploadPathRoot>aspnetcore + productVersion.txt + $(ArtifactsShippingPackagesDir)$(ProductVersionFileName) @@ -31,7 +33,9 @@ <_ChecksumsToPublish Include="$(ArtifactsDir)**\*.sha512" /> - + + + + + + + <_ProductVersion>@(_ResolvedProductVersionInfo->'%(PackageVersion)') + + + + +