From 49ae864e6de2f9a853ac6fdff849f941eb702ad3 Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 19:24:28 +0100 Subject: [PATCH 1/7] Update azure-pipelines.yml for Azure Pipelines Ubuntu 16.04 and Ubuntu 18.04 --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd658eb..912fd85 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,8 @@ trigger: - master pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-16.04' steps: - script: echo Hello, world! From 7f2182f768ce50fd440cfb87914cb335470ba54b Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 19:26:43 +0100 Subject: [PATCH 2/7] Update azure-pipelines.yml --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 912fd85..687ed82 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,8 +7,9 @@ trigger: - master pool: - vmImage: 'ubuntu-18.04' - vmImage: 'ubuntu-16.04' + vmImage: + - 'ubuntu-18.04' + - 'ubuntu-16.04' steps: - script: echo Hello, world! From 9c6b4d044712222e0925f068d1052d589a360a29 Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 19:32:38 +0100 Subject: [PATCH 3/7] Update azure-pipelines.yml --- azure-pipelines.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 687ed82..0f260b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,10 +6,15 @@ trigger: - master +strategy: + matrix: + ubuntu_16.04: + imageName: 'ubuntu-16.04' + ubuntu_18.04: + imageName: 'ubuntu-18.04' + pool: - vmImage: - - 'ubuntu-18.04' - - 'ubuntu-16.04' + vmImage: $(imageName) steps: - script: echo Hello, world! From 60e03f756f5da83495058f4375791dfac694c147 Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 19:34:23 +0100 Subject: [PATCH 4/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f260b8..a5f605c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ strategy: ubuntu_16.04: imageName: 'ubuntu-16.04' ubuntu_18.04: - imageName: 'ubuntu-18.04' + imageName: 'ubuntu-14.04' pool: vmImage: $(imageName) From 8e3e86633692646d64aae68df8270ce144538f1e Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 20:11:03 +0100 Subject: [PATCH 5/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5f605c..37751c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ strategy: matrix: ubuntu_16.04: imageName: 'ubuntu-16.04' - ubuntu_18.04: + ubuntu_14.04: imageName: 'ubuntu-14.04' pool: From 5161da3f8fbda4c2316bd526952c644ce2bbfffe Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 20:42:35 +0100 Subject: [PATCH 6/7] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 37751c4..b3ad550 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,9 +8,9 @@ trigger: strategy: matrix: - ubuntu_16.04: + ubuntu1: imageName: 'ubuntu-16.04' - ubuntu_14.04: + ubuntu2: imageName: 'ubuntu-14.04' pool: From 4321cb88be64cf886369f99645463771449f1d54 Mon Sep 17 00:00:00 2001 From: nithyag Date: Sun, 12 May 2019 20:51:15 +0100 Subject: [PATCH 7/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3ad550..ecedb48 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ strategy: ubuntu1: imageName: 'ubuntu-16.04' ubuntu2: - imageName: 'ubuntu-14.04' + imageName: 'ubuntu-16.04' pool: vmImage: $(imageName)