Added Web MVC build pipeline
This commit is contained in:
parent
85f7e1da99
commit
213b11905e
23
build/aro/web-mvc/azure-pipelines.yml
Normal file
23
build/aro/web-mvc/azure-pipelines.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
variables:
|
||||||
|
ProjectName: WebMVC
|
||||||
|
OpenShiftProject: development
|
||||||
|
AppName: webmvc
|
||||||
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- src/Web/WebMVC/*
|
||||||
|
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