1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Ensure collection step depends on build steps

This commit is contained in:
Joshua M. Boniface 2020-06-16 01:12:46 -04:00
parent f2969bcdc2
commit 30e041a913

View file

@ -80,6 +80,9 @@ jobs:
- job: CollectArtifacts - job: CollectArtifacts
displayName: 'Collect Artifacts' displayName: 'Collect Artifacts'
dependsOn:
- BuildPackage
- BuildDocker
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'