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
796ae0c772
commit
d26190046d
6 changed files with 25 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue