Added the PublishOutputDirectory build variable

This commit is contained in:
Tim McCarthy 2020-02-22 23:40:34 -08:00
parent acf6e90386
commit f1c19ce78a

View File

@ -1,5 +1,6 @@
variables:
ProjectName: Mobile.Shopping.HttpAggregator
PublishOutputDirectory: aggregator
OpenShiftProject: development
AppName: mobileshoppingagg
OpenShiftServiceConnection: 'OpenShift on ARO'
@ -17,7 +18,7 @@ jobs:
ProjectName: $(ProjectName)
- template: ../webapp-container-build.yml
parameters:
ProjectName: $(ProjectName)
ProjectName: $(PublishOutputDirectory)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)