Skip to content

Commit ef6def2

Browse files
authored
[release/dev17.14] Pull publishdata from branch being published (#12274)
Backport of #12264 to release/dev17.14 /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 eda26e9 + 02b0b73 commit ef6def2

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

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

0 commit comments

Comments
 (0)