pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-31 01:35:55 +10:00
parent 796ae0c772
commit d26190046d
6 changed files with 25 additions and 28 deletions

View file

@ -7,10 +7,12 @@ trigger:
paths:
include:
- src
pr: none
pool:
# vmImage: windows-latest
name: Default
demands: InnoSetup
# vmImage: windows-latest
resources:
repositories:
@ -28,7 +30,7 @@ variables:
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
stages:
- template: azure-pipelines-servermanagers-build.yml@self
- template: azure-pipelines-servermanagers-build.yml
parameters:
ApplicationName: $(ApplicationName)
SolutionFile: $(SolutionFile)
@ -37,7 +39,7 @@ stages:
BuildPlatform: $(BuildPlatform)
PublishFolder: $(PublishFolder)
- template: azure-pipelines-servermanagers-deploy.yml@self
- template: azure-pipelines-servermanagers-deploy.yml
parameters:
DeploymentType: Beta
DependsOn: build
@ -47,7 +49,7 @@ stages:
GitEmail: $(GitEmail)
GitUsername: $(GitUsername)
- template: azure-pipelines-servermanagers-deploy.yml@self
- template: azure-pipelines-servermanagers-deploy.yml
parameters:
DeploymentType: Production
DependsOn: Beta