Add a much shorter timeout to the CollectArtifacts job

This commit is contained in:
Erwin de Haan 2020-07-31 21:40:09 +02:00 committed by GitHub
parent 9ec787e954
commit a6d80f557d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,7 @@ jobs:
$(JellyfinVersion)-$(BuildConfiguration)
- job: CollectArtifacts
timeoutInMinutes: 10
displayName: 'Collect Artifacts'
dependsOn:
- BuildPackage