diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index 67048053d..cef288de0 100644
--- a/.vsts-ci.yml
+++ b/.vsts-ci.yml
@@ -236,6 +236,7 @@ stages:
- group: DotNet-DotNetCli-Storage
steps:
- script: eng/CopyToLatest.cmd
+ /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
/p:DotnetPublishSdkAssetsBlobFeedUrl=https://dotnetcli.blob.core.windows.net/dotnet/index.json
/p:DotNetPublishSdkAssetsBlobFeedKey=$(dotnetcli-storage-key)
/p:DotnetPublishChecksumsBlobFeedUrl=https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
diff --git a/eng/Publishing.props b/eng/Publishing.props
index 0fec58745..7bf3a5f50 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -15,8 +15,6 @@
-
-
+