Skip to content

Commit 51ecca9

Browse files
authored
[release/dev17.10] Pull publishdata from branch being published (#12272)
Backport of #12264 to release/dev17.10 /cc @dibarbet ## Customer Impact ## Regression - [ ] Yes - [ ] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing [How was the fix verified? How was the issue missed previously? What tests were added?] ## Risk [High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
2 parents 78437ad + e13a43d commit 51ecca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# See https://docs.microsoft.com/azure/devops/pipelines/yaml-schema for reference.
33
#
44

@@ -470,6 +470,6 @@ extends:
470470
componentPassword: $(dn-bot-dnceng-build-e-code-full-release-e-packaging-r)
471471
componentBuildProjectName: internal
472472
sourceBranch: "$(ComponentBranchName)"
473-
publishDataURI: "https://dev.azure.com/dnceng/internal/_apis/git/repositories/dotnet-razor/items?path=/eng/config/PublishData.json&api-version=6.0"
473+
publishDataURI: "https://dev.azure.com/dnceng/internal/_apis/git/repositories/dotnet-razor/items?path=eng/config/PublishData.json&version=$(ComponentBranchName)&api-version=6.0"
474474
publishDataAccessToken: "$(System.AccessToken)"
475475
dropPath: '$(Pipeline.Workspace)\VSSetup'

0 commit comments

Comments
 (0)