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