Browse Source

Added the mobileshoppingagg build pipeline

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
ef4d322567
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      build/aro/mobileshoppingagg/azure-pipelines.yml

+ 23
- 0
build/aro/mobileshoppingagg/azure-pipelines.yml View File

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

Loading…
Cancel
Save