|
|
@ -1,4 +1,4 @@
|
|
|
|
name: $(Date:yyyyMMdd).$(Rev:.r)
|
|
|
|
name: $(Date:yyyyMMdd)$(Rev:.r)
|
|
|
|
|
|
|
|
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
- name: TestProjects
|
|
|
|
- name: TestProjects
|
|
|
@ -26,6 +26,7 @@ jobs:
|
|
|
|
BuildConfiguration: Release
|
|
|
|
BuildConfiguration: Release
|
|
|
|
debug:
|
|
|
|
debug:
|
|
|
|
BuildConfiguration: Debug
|
|
|
|
BuildConfiguration: Debug
|
|
|
|
|
|
|
|
maxParallel: 2
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- checkout: self
|
|
|
|
- checkout: self
|
|
|
|
clean: false
|
|
|
|
clean: false
|
|
|
@ -116,6 +117,7 @@ jobs:
|
|
|
|
Common:
|
|
|
|
Common:
|
|
|
|
NugetPackageName: Jellyfin.Common
|
|
|
|
NugetPackageName: Jellyfin.Common
|
|
|
|
AssemblyFileName: MediaBrowser.Common.dll
|
|
|
|
AssemblyFileName: MediaBrowser.Common.dll
|
|
|
|
|
|
|
|
maxParallel: 2
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- checkout: none
|
|
|
|
- checkout: none
|
|
|
|
|
|
|
|
|
|
|
|