Added the ordering-signalrhub build pipeline

This commit is contained in:
Tim McCarthy 2020-02-23 22:21:48 -08:00
parent 12f0bd7e38
commit 4bc48d7503

View File

@ -0,0 +1,24 @@
variables:
ProjectName: Ordering.SignalrHub
OpenShiftProject: development
AppName: orderingsignalrhub
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/BuildingBlocks/*
- src/Services/Ordering/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters:
ProjectName: $(ProjectName)
- template: ../webapp-container-build.yml
parameters:
ProjectName: $(ProjectName)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)