mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Changed build name template and limited number of parallel jobs.
This commit is contained in:
parent
0849c4a447
commit
029bafdf9c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: $(Date:yyyyMMdd).$(Rev:.r)
|
||||
name: $(Date:yyyyMMdd)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
- name: TestProjects
|
||||
|
@ -26,6 +26,7 @@ jobs:
|
|||
BuildConfiguration: Release
|
||||
debug:
|
||||
BuildConfiguration: Debug
|
||||
maxParallel: 2
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: false
|
||||
|
@ -116,6 +117,7 @@ jobs:
|
|||
Common:
|
||||
NugetPackageName: Jellyfin.Common
|
||||
AssemblyFileName: MediaBrowser.Common.dll
|
||||
maxParallel: 2
|
||||
steps:
|
||||
- checkout: none
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue