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

24 lines
544 B
YAML

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)