Run CollectArtifacts taks regardless of result from BuildPackage and BuildDocker

This commit is contained in:
Erwin de Haan 2021-03-10 21:09:45 +01:00
parent e6f49f5009
commit b827913fcf
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ jobs:
dependsOn:
- BuildPackage
- BuildDocker
condition: and(succeeded('BuildPackage'), succeeded('BuildDocker'))
pool:
vmImage: 'ubuntu-latest'