pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-23 14:57:40 +10:00
parent 455301090d
commit 48e61bdcf1
2 changed files with 8 additions and 2 deletions

View file

@ -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)