File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
common/pipelines/templates/steps Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 87
87
- ${{ if ne(parameters.DocValidationImageId, '') }} :
88
88
- template : /eng/common/pipelines/templates/steps/docker-pull-image.yml
89
89
parameters :
90
- ContainerRegistryClientId : $(azuresdkimages-cr-clientid)
91
- ContainerRegistryClientSecret : $(azuresdkimages-cr-clientsecret)
92
- ImageId : ' ${{ parameters.DocValidationImageId }}'
90
+ ServiceConnectionName : azuresdkimages_container-registry
91
+ ImageId : " $(DocValidationImageId)"
93
92
- pwsh : |
94
93
$packageInfoJson = '${{ convertToJson(parameters.PackageInfoLocations) }}'.Trim('"').Replace("\\", "/")
95
94
# Without -NoEnumerate, a single element array[T] gets unwrapped as a single item T.
Original file line number Diff line number Diff line change 27
27
# Pull and build the docker image.
28
28
- template : /eng/common/pipelines/templates/steps/docker-pull-image.yml
29
29
parameters :
30
- ContainerRegistryClientId : $(azuresdkimages-cr-clientid)
31
- ContainerRegistryClientSecret : $(azuresdkimages-cr-clientsecret)
30
+ ServiceConnectionName : azuresdkimages_container-registry
32
31
ImageId : " $(DocValidationImageId)"
33
32
# Sync docs repo onboarding files/folders
34
33
- template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
You can’t perform that action at this time.
0 commit comments