2019-02-18 19:16:17 -07:00
|
|
|
name: $(Date:yyyyMMdd)$(Rev:.r)
|
2019-02-18 15:47:31 -07:00
|
|
|
|
|
|
|
variables:
|
2020-04-12 10:20:37 -07:00
|
|
|
- name: TestProjects
|
2020-06-06 22:37:08 -07:00
|
|
|
value: 'tests/**/*Tests.csproj'
|
2020-04-12 10:20:37 -07:00
|
|
|
- name: RestoreBuildProjects
|
2020-06-06 22:37:08 -07:00
|
|
|
value: 'Jellyfin.Server/Jellyfin.Server.csproj'
|
2020-04-12 10:20:37 -07:00
|
|
|
- name: DotNetSdkVersion
|
2020-11-10 10:03:21 -07:00
|
|
|
value: 5.0.100
|
2019-02-18 15:47:31 -07:00
|
|
|
|
2019-02-18 14:36:24 -07:00
|
|
|
pr:
|
2019-02-18 15:42:24 -07:00
|
|
|
autoCancel: true
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
batch: true
|
2020-09-02 13:42:00 -07:00
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- '*'
|
|
|
|
tags:
|
|
|
|
include:
|
|
|
|
- 'v*'
|
2019-02-18 14:26:40 -07:00
|
|
|
|
2019-02-18 15:24:39 -07:00
|
|
|
jobs:
|
2020-09-02 13:53:33 -07:00
|
|
|
- ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v')) }}:
|
2020-01-13 08:22:52 -07:00
|
|
|
- template: azure-pipelines-main.yml
|
|
|
|
parameters:
|
2020-06-06 22:37:08 -07:00
|
|
|
LinuxImage: 'ubuntu-latest'
|
2020-01-13 08:22:52 -07:00
|
|
|
RestoreBuildProjects: $(RestoreBuildProjects)
|
|
|
|
|
2020-09-02 13:42:00 -07:00
|
|
|
- ${{ if not(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master'))) }}:
|
2020-01-13 08:22:52 -07:00
|
|
|
- template: azure-pipelines-test.yml
|
|
|
|
parameters:
|
2020-01-15 03:27:38 -07:00
|
|
|
ImageNames:
|
2020-06-06 22:37:08 -07:00
|
|
|
Linux: 'ubuntu-latest'
|
|
|
|
Windows: 'windows-latest'
|
|
|
|
macOS: 'macos-latest'
|
2020-10-01 08:38:36 -07:00
|
|
|
|
|
|
|
- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
|
|
|
|
- template: azure-pipelines-test.yml
|
|
|
|
parameters:
|
|
|
|
ImageNames:
|
|
|
|
Linux: 'ubuntu-latest'
|
2020-01-13 08:22:52 -07:00
|
|
|
|
2020-09-02 13:42:00 -07:00
|
|
|
- ${{ if not(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master'))) }}:
|
2020-06-06 22:37:08 -07:00
|
|
|
- template: azure-pipelines-abi.yml
|
2020-01-13 08:22:52 -07:00
|
|
|
parameters:
|
2020-01-15 03:27:38 -07:00
|
|
|
Packages:
|
2019-02-18 18:17:57 -07:00
|
|
|
Naming:
|
|
|
|
NugetPackageName: Jellyfin.Naming
|
2019-02-18 18:28:16 -07:00
|
|
|
AssemblyFileName: Emby.Naming.dll
|
2019-02-18 18:17:57 -07:00
|
|
|
Controller:
|
|
|
|
NugetPackageName: Jellyfin.Controller
|
2019-02-18 18:28:16 -07:00
|
|
|
AssemblyFileName: MediaBrowser.Controller.dll
|
2019-02-18 18:17:57 -07:00
|
|
|
Model:
|
|
|
|
NugetPackageName: Jellyfin.Model
|
2019-02-18 18:28:16 -07:00
|
|
|
AssemblyFileName: MediaBrowser.Model.dll
|
2019-02-18 18:17:57 -07:00
|
|
|
Common:
|
|
|
|
NugetPackageName: Jellyfin.Common
|
2019-02-18 18:28:16 -07:00
|
|
|
AssemblyFileName: MediaBrowser.Common.dll
|
2020-06-06 22:37:08 -07:00
|
|
|
LinuxImage: 'ubuntu-latest'
|
2020-06-19 13:25:11 -07:00
|
|
|
|
2020-09-02 13:42:00 -07:00
|
|
|
- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
|
2020-06-19 13:25:11 -07:00
|
|
|
- template: azure-pipelines-package.yml
|
2020-09-06 07:26:36 -07:00
|
|
|
|
|
|
|
- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
|
2020-10-02 07:00:57 -07:00
|
|
|
- template: azure-pipelines-api-client.yml
|