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:
authorJoão Moreno <joao.moreno@microsoft.com>2021-10-19 14:58:55 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2021-10-19 14:59:03 +0300
commit41f79ee0e9821ff04fbb1bbffe20cbfd7dc57a26 (patch)
tree45054a1491a7eef34d14fd9bc6f6a3f4e7ac0651 /build/azure-pipelines/distro-build.yml
parent65f84540897b79f7b11e2b5fcd64953009cecd8c (diff)
fix distro build vmImage
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 a3f076b5b5d..6031405fe37 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -1,3 +1,6 @@
+pool:
+ vmImage: "ubuntu-latest"
+
trigger:
branches:
include: ["main", "release/*"]