From 4ad1aaa115db910f3c3bccec4588c9dd10e47538 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:17:28 -0700 Subject: [PATCH] Add winui branch to build triggers --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fad7816d..ed8c62c3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,11 +2,13 @@ trigger: - main - dev/* - rel/* +- winui pr: - main - dev/* - rel/* +- winui pool: vmImage: windows-2022