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:
-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/*']