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