Added webshoppingagg build pipeline

This commit is contained in:
Tim McCarthy 2020-02-23 21:28:25 -08:00
parent ca083e90f5
commit 0d088c2898

View File

@ -0,0 +1,24 @@
variables:
ProjectName: Web.Shopping.HttpAggregator
PublishOutputDirectory: aggregator
OpenShiftProject: development
AppName: webshoppingagg
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/ApiGateways/Web.Bff.Shopping/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters:
ProjectName: $(ProjectName)
- template: ../webapp-container-build.yml
parameters:
ProjectName: $(PublishOutputDirectory)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)