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
8a37b782f5
commit
03a86c672f
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ variables:
|
||||||
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- template: azure-pipelines-build.yml@self
|
- template: azure-pipelines-servermanagers-build.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
ApplicationName: $(ApplicationName)
|
ApplicationName: $(ApplicationName)
|
||||||
SolutionFile: $(SolutionFile)
|
SolutionFile: $(SolutionFile)
|
||||||
|
|
@ -37,7 +37,7 @@ stages:
|
||||||
BuildPlatform: $(BuildPlatform)
|
BuildPlatform: $(BuildPlatform)
|
||||||
PublishFolder: $(PublishFolder)
|
PublishFolder: $(PublishFolder)
|
||||||
|
|
||||||
- template: azure-pipelines-deploy.yml@self
|
- template: azure-pipelines-servermanagers-deploy.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
DeploymentType: Beta
|
DeploymentType: Beta
|
||||||
DependsOn: build
|
DependsOn: build
|
||||||
|
|
@ -47,7 +47,7 @@ stages:
|
||||||
GitEmail: $(GitEmail)
|
GitEmail: $(GitEmail)
|
||||||
GitUsername: $(GitUsername)
|
GitUsername: $(GitUsername)
|
||||||
|
|
||||||
- template: azure-pipelines-deploy.yml@self
|
- template: azure-pipelines-servermanagers-deploy.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
DeploymentType: Production
|
DeploymentType: Production
|
||||||
DependsOn: Beta
|
DependsOn: Beta
|
||||||
Loading…
Add table
Add a link
Reference in a new issue