mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
8a37b782f5
commit
03a86c672f
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue