eShopOnContainers/build/aro/identity-api/azure-pipelines.yml
2020-02-09 21:15:22 -08:00

19 lines
372 B
YAML

variables:
ProjectName: Identity.API
OpenShiftProject: development
AppName: identityapi
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/BuildingBlocks/*
- src/Services/Catalog/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters:
ProjectName: $(ProjectName)