From f1c19ce78a9addc5844b8789a969224cd47ff65a Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sat, 22 Feb 2020 23:40:34 -0800 Subject: [PATCH] Added the PublishOutputDirectory build variable --- build/aro/mobileshoppingagg/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/aro/mobileshoppingagg/azure-pipelines.yml b/build/aro/mobileshoppingagg/azure-pipelines.yml index 3e2695a2e..9dfb150b4 100644 --- a/build/aro/mobileshoppingagg/azure-pipelines.yml +++ b/build/aro/mobileshoppingagg/azure-pipelines.yml @@ -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)