mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
455301090d
commit
48e61bdcf1
2 changed files with 8 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ stages:
|
|||
DependsOn: build
|
||||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderBeta)
|
||||
|
||||
- template: azure-pipelines-deploy.yml@self
|
||||
parameters:
|
||||
|
|
@ -51,3 +52,4 @@ stages:
|
|||
DependsOn: Beta
|
||||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderProduction)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue