Added webshoppingagg build pipeline
This commit is contained in:
parent
ca083e90f5
commit
0d088c2898
24
build/aro/webshoppingagg/azure-pipelines.yml
Normal file
24
build/aro/webshoppingagg/azure-pipelines.yml
Normal file
@ -0,0 +1,24 @@
|
||||
variables:
|
||||
ProjectName: Web.Shopping.HttpAggregator
|
||||
PublishOutputDirectory: aggregator
|
||||
OpenShiftProject: development
|
||||
AppName: webshoppingagg
|
||||
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- dev
|
||||
paths:
|
||||
include:
|
||||
- src/ApiGateways/Web.Bff.Shopping/*
|
||||
jobs:
|
||||
- template: ../webapp-build-artifacts.yml
|
||||
parameters:
|
||||
ProjectName: $(ProjectName)
|
||||
- template: ../webapp-container-build.yml
|
||||
parameters:
|
||||
ProjectName: $(PublishOutputDirectory)
|
||||
OpenShiftProject: $(OpenShiftProject)
|
||||
AppName: $(AppName)
|
||||
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
Loading…
x
Reference in New Issue
Block a user