OfficialBuildId property is required to generate version prop for official build...
authorrakeshsinghranchi <raksingh@microsoft.com>
Tue, 16 May 2017 17:32:13 +0000 (10:32 -0700)
committerGitHub <noreply@github.com>
Tue, 16 May 2017 17:32:13 +0000 (10:32 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/d31918fcbf99a8bf70aebaa934ee3c017c297dee

src/installer/buildpipeline/Core-Setup-Linux-BT.json

index e306975..49699ff 100644 (file)
       "value": "/p:UsePrebuiltPortableBinaries=true /p:SharedFrameworkPublishDir=/root/sharedFrameworkPublish/"
     },
     "CommonMSBuildArguments": {
-      "value": "/flp:v=diag /p:TargetArchitecture=$(PB_TargetArchitecture) /p:ConfigurationGroup=$(BuildConfiguration) /p:OSGroup=Linux"
+      "value": "/flp:v=diag /p:TargetArchitecture=$(PB_TargetArchitecture) /p:ConfigurationGroup=$(BuildConfiguration) /p:OSGroup=Linux /p:OfficialBuildId=$(OfficialBuildId)"
     },
     "CommonMSBuildPublishArgs": {
       "value": "/p:AzureAccountName=$(PB_AzureAccountName) /p:AzureAccessToken=$(PB_AzureAccessToken) /p:ChecksumAzureAccountName=$(PB_ChecksumAzureAccountName) /p:ChecksumAzureAccessToken=$(PB_ChecksumAzureAccessToken) /p:DebRepoUser=$(PB_DebRepoUser) /p:DebRepoServer=$(PB_DebRepoServer) /p:DebRepoPass=$(DEB_REPO_PASSWORD) $(PB_DebianKeys)"