ci(azure-pipelines): provide non-empty parameter service values
This commit is contained in:
parent
d35c524f99
commit
6112f9f229
@ -12,6 +12,8 @@ parameters:
|
|||||||
tag: node-20
|
tag: node-20
|
||||||
# extraBuildOptions: |
|
# extraBuildOptions: |
|
||||||
# --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/
|
# --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/
|
||||||
|
pool: 'Prod Private Agent Pool'
|
||||||
|
dependencies: []
|
||||||
artifacts: |
|
artifacts: |
|
||||||
assets/icons
|
assets/icons
|
||||||
assets/favicons
|
assets/favicons
|
||||||
@ -24,6 +26,7 @@ parameters:
|
|||||||
image: devfra.azurecr.io/de.fraport.build/haskell
|
image: devfra.azurecr.io/de.fraport.build/haskell
|
||||||
tag: 8.10.4
|
tag: 8.10.4
|
||||||
pool: 'Prod Private Agent Pool DS2'
|
pool: 'Prod Private Agent Pool DS2'
|
||||||
|
dependencies: []
|
||||||
artifacts: |
|
artifacts: |
|
||||||
.stack/
|
.stack/
|
||||||
.stack-work/
|
.stack-work/
|
||||||
|
|||||||
Reference in New Issue
Block a user