pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 19:21:19 +10:00
parent 8a37b782f5
commit 03a86c672f
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ variables:
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
stages:
- template: azure-pipelines-build.yml@self
- template: azure-pipelines-servermanagers-build.yml@self
parameters:
ApplicationName: $(ApplicationName)
SolutionFile: $(SolutionFile)
@ -37,7 +37,7 @@ stages:
BuildPlatform: $(BuildPlatform)
PublishFolder: $(PublishFolder)
- template: azure-pipelines-deploy.yml@self
- template: azure-pipelines-servermanagers-deploy.yml@self
parameters:
DeploymentType: Beta
DependsOn: build
@ -47,7 +47,7 @@ stages:
GitEmail: $(GitEmail)
GitUsername: $(GitUsername)
- template: azure-pipelines-deploy.yml@self
- template: azure-pipelines-servermanagers-deploy.yml@self
parameters:
DeploymentType: Production
DependsOn: Beta