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
|
|
@ -1,16 +1,11 @@
|
|||
name: $(VersionMajor).$(VersionMinor).$(VersionBuild).$(VersionRevision)
|
||||
|
||||
#trigger:
|
||||
# branches:
|
||||
# include:
|
||||
# - source
|
||||
# paths:
|
||||
# include:
|
||||
# - src
|
||||
trigger: none
|
||||
pr: none
|
||||
|
||||
#pool:
|
||||
pool:
|
||||
name: Default
|
||||
# vmImage: windows-latest
|
||||
# demands: InnoSetup
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
|
@ -28,7 +23,7 @@ variables:
|
|||
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
||||
|
||||
stages:
|
||||
- template: azure-pipelines-discordplugin-build.yml@self
|
||||
- template: azure-pipelines-discordplugin-build.yml
|
||||
parameters:
|
||||
ApplicationName: $(ApplicationName)
|
||||
SolutionFile: $(SolutionFile)
|
||||
|
|
@ -37,7 +32,7 @@ stages:
|
|||
BuildPlatform: $(BuildPlatform)
|
||||
PublishFolder: $(PublishFolder)
|
||||
|
||||
- template: azure-pipelines-discordplugin-deploy.yml@self
|
||||
- template: azure-pipelines-discordplugin-deploy.yml
|
||||
parameters:
|
||||
DeploymentType: Beta
|
||||
DependsOn: build
|
||||
|
|
@ -47,7 +42,7 @@ stages:
|
|||
GitEmail: $(GitEmail)
|
||||
GitUsername: $(GitUsername)
|
||||
|
||||
- template: azure-pipelines-discordplugin-deploy.yml@self
|
||||
- template: azure-pipelines-discordplugin-deploy.yml
|
||||
parameters:
|
||||
DeploymentType: Production
|
||||
DependsOn: Beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue