From 3ef21e08bc37f561ec473e880a3574d8617f02be Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 31 Oct 2018 12:32:09 +0100 Subject: No need to specify a maxparallel, if not specified it is unlimited * azure-pipelines.yml: --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8e60c40d0d9..abe4b2fd57a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,6 @@ jobs: pool: vmImage: vs2017-win2016 strategy: - maxParallel: 4 matrix: Debug64: BuildPlatform: x64 @@ -101,7 +100,6 @@ jobs: pool: vmImage: ubuntu-16.04 strategy: - maxParallel: 4 matrix: GCC4: CC: gcc -- cgit v1.2.1