aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-02-19 03:16:17 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-02-19 03:16:17 +0100
commit029bafdf9c92c8ca09d10e2dff7c90dbd5c33f09 (patch)
tree14d20202520549423a988716ae912d8555755a1b
parent0849c4a4478581752197ae180643e6eaa3daaa1f (diff)
Changed build name template and limited number of parallel jobs.
-rw-r--r--.azure/azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml
index 7437874bb..a14cf0aa3 100644
--- a/.azure/azure-pipelines.yml
+++ b/.azure/azure-pipelines.yml
@@ -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