File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020 authenticatedContainerRegistries :
2121 - registry : acnpublic.azurecr.io
2222 identity : ManagedIdentity
23+ clientId : ${{ parameters.containerRegistry.clientId }}
2324 - registry : onebranch.azurecr.io
2425 tenant : AME
2526 identity : 1ESPipelineIdentity
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ stages:
2626 name: "EnvironmentalVariables"
2727 displayName: "Set environmental variables"
2828
29- - template : templates/run- unit-tests.stages.yaml
29+ - template : templates/unit-tests.stages.yaml
3030
3131 # - ${{ if not(contains(variables['Build.SourceBranch'], 'refs/pull')) }}:
3232 - stage : binaries
@@ -87,7 +87,7 @@ stages:
8787 - npm
8888 containerRegistry :
8989 name : $(ACR_NAME)
90- # clientId: $(ACR_CLIENTID)
90+ clientId : $(ACR_CLIENTID)
9191 - template : containers/container-template.jobs.yaml
9292 parameters :
9393 arch : arm64
@@ -100,7 +100,7 @@ stages:
100100 - npm
101101 containerRegistry :
102102 name : $(ACR_NAME)
103- # clientId: $(ACR_CLIENTID)
103+ clientId : $(ACR_CLIENTID)
104104 - template : containers/container-template.jobs.yaml
105105 parameters :
106106 arch : amd64
@@ -112,7 +112,7 @@ stages:
112112 - npm
113113 containerRegistry :
114114 name : $(ACR_NAME)
115- # clientId: $(ACR_CLIENTID)
115+ clientId : $(ACR_CLIENTID)
116116
117117
118118 - stage : publish
You can’t perform that action at this time.
0 commit comments