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)