summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorBrian Cristante <brcrista@microsoft.com>2018-10-01 08:18:17 -0400
committerBrian Cristante <brcrista@microsoft.com>2018-10-01 08:18:17 -0400
commitee9d3eae6d635492cc4e45147d0f4a6dde78fc93 (patch)
treec38d34d8d750eed1a263b2db1ba0fcfca416fb53 /.azure-pipelines
parent7dfb765c4eb787435e3bdab6d770b2de8719c359 (diff)
downloadpip-ee9d3eae6d635492cc4e45147d0f4a6dde78fc93.tar.gz
add pipeline for linux preview
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/linux-preview.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.azure-pipelines/linux-preview.yml b/.azure-pipelines/linux-preview.yml
new file mode 100644
index 000000000..d7749b95b
--- /dev/null
+++ b/.azure-pipelines/linux-preview.yml
@@ -0,0 +1,8 @@
+jobs:
+- template: jobs/test.yml
+ parameters:
+ vmImage: Hosted Linux Preview
+
+- template: jobs/package.yml
+ parameters:
+ vmImage: Hosted Linux Preview