Editing pipeline ACR service connection endpoint to the latest one created (#17767)

* using the new registry endpoint

* updating the service connection

* Changing the name of acr service endpoint to SqlToolsContainer

* Updating web build acr endpoint as well.
This commit is contained in:
Aasim Khan
2021-11-30 12:34:06 -08:00
committed by GitHub
parent c073897056
commit 1f9a6a611b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ resources:
containers:
- container: linux-x64
image: sqltoolscontainers.azurecr.io/linux-build-agent:3
endpoint: ContainerRegistry
endpoint: SqlToolsContainers
jobs:
- job: Compile

View File

@@ -2,7 +2,7 @@ resources:
containers:
- container: linux-x64
image: sqltoolscontainers.azurecr.io/web-build-image:2
endpoint: ContainerRegistry
endpoint: SqlToolsContainers
jobs:
- job: LinuxWeb