parameter fix

This commit is contained in:
Brett Hewitson 2022-12-23 14:36:22 +10:00
parent 99e66f68ba
commit 5ba823632e

View file

@ -40,14 +40,14 @@ stages:
- template: azure-pipelines-deploy.yml@self
parameters:
DeploymentName: Beta
DeploymentType: Beta
DependsOn: build
ApplicationName: $(ApplicationName)
PublishFolder: $(PublishFolder)
- template: azure-pipelines-deploy.yml@self
parameters:
DeploymentName: Production
DeploymentType: Production
DependsOn: Beta
ApplicationName: $(ApplicationName)
PublishFolder: $(PublishFolder)