From f6336d2081512b699cb2ac1fc1bbbdae182f25da Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Mon, 26 Nov 2018 15:09:24 -0800 Subject: [PATCH 1/2] change to pool ubuntu-16.04 --- .vsts-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yaml b/.vsts-ci.yaml index 1b7374a4b4..51aab132d8 100644 --- a/.vsts-ci.yaml +++ b/.vsts-ci.yaml @@ -8,8 +8,8 @@ trigger: none phases: - phase: build_vhd - queue: - name: Hosted Linux Preview + pool: + vmImage: 'ubuntu-16.04' timeoutInMinutes: 120 steps: - script: | From ff0910420b803854df9de4baa7d94d42c60508f9 Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Mon, 26 Nov 2018 15:15:50 -0800 Subject: [PATCH 2/2] change back to pool --- .vsts-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yaml b/.vsts-ci.yaml index 51aab132d8..882e5b0e7c 100644 --- a/.vsts-ci.yaml +++ b/.vsts-ci.yaml @@ -8,8 +8,8 @@ trigger: none phases: - phase: build_vhd - pool: - vmImage: 'ubuntu-16.04' + queue: + name: Hosted Ubuntu 1604 timeoutInMinutes: 120 steps: - script: |