From aa84b45cb28209728979742d54e91f53fbe58045 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Fri, 17 Apr 2020 12:33:01 -0700 Subject: [PATCH] Get off the hosted ubuntu linux queue due to disk space limitations --- .azure/pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 2c8027374a..37cfa933ca 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -323,6 +323,7 @@ stages: jobName: Linux_x64_build jobDisplayName: "Build: Linux x64" agentOs: Linux + useHostedUbuntu: false steps: - ${{ if ne(variables['System.TeamProject'], 'public') }}: - task: Bash@3