You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
variables:
|
|
registryEndpoint: eshop-registry
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- master
|
|
- dev
|
|
paths:
|
|
include:
|
|
- src/BuildingBlocks/*
|
|
- src/Services/Location/*
|
|
- k8s/helm/locations-api/*
|
|
jobs:
|
|
- template: ../buildimages.yaml
|
|
parameters:
|
|
services: locations.api
|
|
registryEndpoint: $(registryEndpoint)
|
|
- template: ../multiarch.yaml
|
|
parameters:
|
|
image: locations.api
|
|
branch: $(Build.SourceBranchName)
|
|
registryEndpoint: $(registryEndpoint)
|