mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
parameter fix
This commit is contained in:
parent
99e66f68ba
commit
5ba823632e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue