| 
														
															@@ -116,8 +116,9 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         $(JellyfinVersion)-$(BuildConfiguration) 
														 | 
														
														 | 
														
															         $(JellyfinVersion)-$(BuildConfiguration) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 - job: CollectArtifacts 
														 | 
														
														 | 
														
															 - job: CollectArtifacts 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  timeoutInMinutes: 10 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  timeoutInMinutes: 20 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   displayName: 'Collect Artifacts' 
														 | 
														
														 | 
														
															   displayName: 'Collect Artifacts' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  continueOnError: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   dependsOn: 
														 | 
														
														 | 
														
															   dependsOn: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - BuildPackage 
														 | 
														
														 | 
														
															   - BuildPackage 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - BuildDocker 
														 | 
														
														 | 
														
															   - BuildDocker 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -129,19 +130,21 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   steps: 
														 | 
														
														 | 
														
															   steps: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - task: SSH@0 
														 | 
														
														 | 
														
															   - task: SSH@0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     displayName: 'Update Unstable Repository' 
														 | 
														
														 | 
														
															     displayName: 'Update Unstable Repository' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    continueOnError: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') 
														 | 
														
														 | 
														
															     condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     inputs: 
														 | 
														
														 | 
														
															     inputs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       sshEndpoint: repository 
														 | 
														
														 | 
														
															       sshEndpoint: repository 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       runOptions: 'commands' 
														 | 
														
														 | 
														
															       runOptions: 'commands' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      commands: sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) unstable 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      commands: sudo nohup -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) unstable & 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - task: SSH@0 
														 | 
														
														 | 
														
															   - task: SSH@0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    displayName: 'Update Stable Repository' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    displayName: 'Update Stable Repository'     
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    continueOnError: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     condition: startsWith(variables['Build.SourceBranch'], 'refs/tags') 
														 | 
														
														 | 
														
															     condition: startsWith(variables['Build.SourceBranch'], 'refs/tags') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     inputs: 
														 | 
														
														 | 
														
															     inputs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       sshEndpoint: repository 
														 | 
														
														 | 
														
															       sshEndpoint: repository 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       runOptions: 'commands' 
														 | 
														
														 | 
														
															       runOptions: 'commands' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      commands: sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      commands: sudo nohup -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) & 
														 | 
													
												
											
												
													
														| 
														 | 
														
															        
														 | 
														
														 | 
														
															        
														 | 
													
												
											
												
													
														| 
														 | 
														
															 - job: PublishNuget 
														 | 
														
														 | 
														
															 - job: PublishNuget 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   displayName: 'Publish NuGet packages' 
														 | 
														
														 | 
														
															   displayName: 'Publish NuGet packages' 
														 |