Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2019-08-22 08:54:07 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2019-08-22 08:54:07 +0300
commit7125817376817d861b719619920f3b4ba0d2dca0 (patch)
treebfaa79b8b1f0f006f98d9d552e20c760f39bf5fa /build/azure-pipelines/distro-build.yml
parent7d7f8128fdbf9a3cd4c06b2ecec60c881ceb458e (diff)
build - add pool
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 62ee67ad1c6..74fddcc55a8 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -1,3 +1,6 @@
+pool:
+ vmImage: 'Ubuntu-16.04'
+
trigger:
branches:
include: ['master', 'release/*']