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:
authorJoao Moreno <joao.moreno@microsoft.com>2018-11-19 12:46:19 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2018-11-19 12:46:19 +0300
commit420edabab8debd8a092ae5d63a23d759412ea7b8 (patch)
tree31bbf6abc5af5ea1de5e226448e28bca45f90bd1 /azure-pipelines.yml
parent03dd3dc4f3fd8329f728fff532def7aa7a54b4d3 (diff)
rename tfs to azure-pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 00000000000..e52afca6028
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,18 @@
+jobs:
+- job: Windows
+ pool:
+ vmImage: VS2017-Win2016
+ steps:
+ - template: build/azure-pipelines/win32/continuous-build-win32.yml
+
+- job: Linux
+ pool:
+ vmImage: 'Ubuntu-16.04'
+ steps:
+ - template: build/azure-pipelines/linux/continuous-build-linux.yml
+
+- job: macOS
+ pool:
+ vmImage: macOS 10.13
+ steps:
+ - template: build/azure-pipelines/darwin/continuous-build-darwin.yml \ No newline at end of file