diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-10-31 12:32:09 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-10-31 12:32:09 +0100 |
commit | 3ef21e08bc37f561ec473e880a3574d8617f02be (patch) | |
tree | 5776b460af048de26bda7828963d99576edcebf7 | |
parent | 05760e79e587f9d561934a20f3192ca67dd92be7 (diff) | |
download | ATCD-3ef21e08bc37f561ec473e880a3574d8617f02be.tar.gz |
No need to specify a maxparallel, if not specified it is unlimited
* azure-pipelines.yml:
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 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 |