Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
committed by
Pascal Vizeli
parent
ee4b3a101e
commit
5a612922f3
@@ -18,6 +18,7 @@ variables:
|
||||
jobs:
|
||||
|
||||
- job: 'VersionValidate'
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
@@ -42,12 +43,9 @@ jobs:
|
||||
|
||||
|
||||
- job: 'Release'
|
||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('VersionValidate'))
|
||||
dependsOn:
|
||||
- 'VersionValidate'
|
||||
timeoutInMinutes: 240
|
||||
dependsOn:
|
||||
- 'ShellCheck'
|
||||
pool:
|
||||
name: 'Buildroot'
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user