eShopOnContainers/build/aro/webstatus/azure-pipelines.yml
2020-02-24 11:53:35 -08:00

25 lines
580 B
YAML

variables:
ProjectName: WebStatus
OpenShiftProject: development
AppName: webstatus
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/BuildingBlocks/*
- src/Web/WebStatus/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters:
ProjectName: $(ProjectName)
- template: ../webapp-container-build.yml
parameters:
ProjectName: $(ProjectName)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)