From 667180e2721329e5b58ba2d5996def5022f0f8a0 Mon Sep 17 00:00:00 2001 From: Rodney Littles II <6969701+RLittlesII@users.noreply.github.com> Date: Thu, 13 Dec 2018 18:03:20 -0600 Subject: [PATCH] (housekeeping) Add preview branches to azure pipelines (#1858) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 91fe6dae9..614be1286 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,12 @@ trigger: - master - rel/* +- preview/* pr: - master - rel/* +- preview/* pool: vmImage: vs2017-win2016