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
2eacc92203
commit
fcc91a1b02
2 changed files with 29 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ stages:
|
|||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderBeta)
|
||||
GitEmail: $(GitEmail)
|
||||
GitUsername: $(GitUsername)
|
||||
|
||||
- template: azure-pipelines-deploy.yml@self
|
||||
parameters:
|
||||
|
|
@ -53,3 +55,5 @@ stages:
|
|||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderProduction)
|
||||
GitEmail: $(GitEmail)
|
||||
GitUsername: $(GitUsername)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue