diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 6ba45c92bb..11025eb5a8 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -67,6 +67,7 @@ variables:
# The following extra properties are not set when testing. Use with final build.[cmd,sh] of asset-producing jobs.
- name: _PublishArgs
value: /p:Publish=true
+ /p:GenerateChecksums=true
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
/p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
diff --git a/Directory.Build.props b/Directory.Build.props
index 4b9357c0e7..56feda43ed 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -170,7 +170,6 @@
.tar.gz
.zip
- .sha512
diff --git a/eng/AfterSigning.targets b/eng/AfterSigning.targets
new file mode 100644
index 0000000000..4bbb0dcf03
--- /dev/null
+++ b/eng/AfterSigning.targets
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+ $(ArtifactsDir.Substring(0, $([MSBuild]::Subtract($(ArtifactsDir.Length), 1))))
+
+ $(ArtifactsDir)\installers\
+
+
+
+
+
+
+
+
+
+
+
+
+ %(FullPath).sha512
+
+
+
+
+
+
+
+
diff --git a/eng/Publishing.props b/eng/Publishing.props
index 74434eeea5..60ad28ac66 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -1,7 +1,7 @@
-
+
- $(ArtifactsDir.Substring(0, $([MSBuild]::Subtract($(ArtifactsDir.Length), 1))))
+ $(ArtifactsDir.Substring(0, $([MSBuild]::Subtract($(ArtifactsDir.Length), 1))))
$(PublishDependsOnTargets);_PublishInstallersAndChecksums
@@ -49,12 +49,10 @@
-
true
diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj
index d3427bb7b9..d6a90fc286 100644
--- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj
+++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj
@@ -154,12 +154,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant
$(InstallersOutputPath)$(RedistArchiveOutputFileName)
-
-
- $(RedistArchiveOutputPath)$(ChecksumExtension)
-
-
-
diff --git a/src/Installers/Windows/Wix.targets b/src/Installers/Windows/Wix.targets
index 2e4b8dca03..de6636d51d 100644
--- a/src/Installers/Windows/Wix.targets
+++ b/src/Installers/Windows/Wix.targets
@@ -64,7 +64,7 @@
+ BeforeTargets="Build">
<_cabs Include="$(TargetDir)**/*.cab" />
@@ -72,10 +72,4 @@
-
-
- $(InstallersOutputPath)$(PackageFileName)$(ChecksumExtension)
-
-
-