Added the Web SPA build pipeline

This commit is contained in:
Tim McCarthy 2020-02-24 11:53:35 -08:00
parent c5afac0210
commit 424fb6fd7e
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,23 @@
variables:
ProjectName: WebSPA
OpenShiftProject: development
AppName: webspa
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
- master
- dev
paths:
include:
- src/Web/WebSPA/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters:
ProjectName: $(ProjectName)
- template: ../webapp-container-build.yml
parameters:
ProjectName: $(ProjectName)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)

View File

@ -11,7 +11,7 @@ trigger:
paths:
include:
- src/BuildingBlocks/*
- src/Web Apps/WebStatus/*
- src/Web/WebStatus/*
jobs:
- template: ../webapp-build-artifacts.yml
parameters: