We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4190121 commit 1e2e99bCopy full SHA for 1e2e99b
1 file changed
eng/common/templates/variables/common.yml
@@ -14,10 +14,10 @@ variables:
14
# which is defined in the $(acr-staging.server) variable.
15
- ${{ if ne(parameters.sourceBuildId, '') }}:
16
- name: stagingRepoPrefix
17
- value: build-staging/${{ parameters.sourceBuildId }}
+ value: build-staging/${{ parameters.sourceBuildId }}/
18
- ${{ else }}:
19
20
- value: build-staging/$(Build.BuildId)
+ value: build-staging/$(Build.BuildId)/
21
22
- name: publishReadme
23
value: true
0 commit comments