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

Separate package collection into a separate job

This commit is contained in:
Joshua M. Boniface 2020-06-12 17:31:24 -04:00
parent f67b9a01fe
commit ce09f0e4e4

View file

@ -42,6 +42,13 @@ jobs:
contents: '**'
targetFolder: '/srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)'
- job: Collect
displayName: 'Collect Artifacts'
pool:
vmImage: 'ubuntu-latest'
steps:
- task: SSH@0
displayName: 'Collect packages into repositories (unstable)'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/package')