Browse Source

Added the Web SPA build pipeline

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
424fb6fd7e
2 changed files with 24 additions and 1 deletions
  1. +23
    -0
      build/aro/web-spa/azure-pipelines.yml
  2. +1
    -1
      build/aro/webstatus/azure-pipelines.yml

+ 23
- 0
build/aro/web-spa/azure-pipelines.yml 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)

+ 1
- 1
build/aro/webstatus/azure-pipelines.yml 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:


Loading…
Cancel
Save