mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
fffd5c4932
commit
f2573215c8
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ variables:
|
|||
|
||||
stages:
|
||||
- stage: build
|
||||
displayName: Build and Publish $(ApplicationName)
|
||||
displayName: Build and Publish
|
||||
|
||||
jobs:
|
||||
- job: build
|
||||
|
|
@ -93,7 +93,7 @@ stages:
|
|||
ArtifactName: '$(PublishFolder)'
|
||||
|
||||
- stage: deployBeta
|
||||
displayName: Deploy Beta $(ApplicationName)
|
||||
displayName: Deploy Beta
|
||||
lockBehavior: runLatest
|
||||
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source'))
|
||||
dependsOn:
|
||||
|
|
@ -105,7 +105,7 @@ stages:
|
|||
environment: github-servermanager-beta
|
||||
|
||||
- stage: deployRelease
|
||||
displayName: Deploy Release $(ApplicationName)
|
||||
displayName: Deploy Release
|
||||
lockBehavior: runLatest
|
||||
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source'))
|
||||
dependsOn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue