mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
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:
@@ -2,7 +2,7 @@ resources:
|
||||
containers:
|
||||
- container: linux-x64
|
||||
image: sqltoolscontainers.azurecr.io/linux-build-agent:3
|
||||
endpoint: ContainerRegistry
|
||||
endpoint: SqlToolsContainers
|
||||
|
||||
jobs:
|
||||
- job: Compile
|
||||
|
||||
@@ -2,7 +2,7 @@ resources:
|
||||
containers:
|
||||
- container: linux-x64
|
||||
image: sqltoolscontainers.azurecr.io/web-build-image:2
|
||||
endpoint: ContainerRegistry
|
||||
endpoint: SqlToolsContainers
|
||||
|
||||
jobs:
|
||||
- job: LinuxWeb
|
||||
|
||||
Reference in New Issue
Block a user