Added the PublishOutputDirectory build variable
This commit is contained in:
parent
acf6e90386
commit
f1c19ce78a
@ -1,5 +1,6 @@
|
|||||||
variables:
|
variables:
|
||||||
ProjectName: Mobile.Shopping.HttpAggregator
|
ProjectName: Mobile.Shopping.HttpAggregator
|
||||||
|
PublishOutputDirectory: aggregator
|
||||||
OpenShiftProject: development
|
OpenShiftProject: development
|
||||||
AppName: mobileshoppingagg
|
AppName: mobileshoppingagg
|
||||||
OpenShiftServiceConnection: 'OpenShift on ARO'
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
@ -17,7 +18,7 @@ jobs:
|
|||||||
ProjectName: $(ProjectName)
|
ProjectName: $(ProjectName)
|
||||||
- template: ../webapp-container-build.yml
|
- template: ../webapp-container-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
ProjectName: $(ProjectName)
|
ProjectName: $(PublishOutputDirectory)
|
||||||
OpenShiftProject: $(OpenShiftProject)
|
OpenShiftProject: $(OpenShiftProject)
|
||||||
AppName: $(AppName)
|
AppName: $(AppName)
|
||||||
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user