Added Locations API build pipeline
This commit is contained in:
parent
c29cbd0831
commit
772dff2c21
24
build/aro/locations-api/azure-pipelines.yml
Normal file
24
build/aro/locations-api/azure-pipelines.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
variables:
|
||||||
|
ProjectName: Locations.API
|
||||||
|
OpenShiftProject: development
|
||||||
|
AppName: locationsapi
|
||||||
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Location/*
|
||||||
|
jobs:
|
||||||
|
- template: ../webapp-build-artifacts.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
- template: ../webapp-container-build.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
OpenShiftProject: $(OpenShiftProject)
|
||||||
|
AppName: $(AppName)
|
||||||
|
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
Loading…
x
Reference in New Issue
Block a user