From 92fce0da095ed7c420a90d26ca51fce527172a52 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 18 Nov 2019 18:15:49 -0800 Subject: [PATCH] Enable building `blazor-wasm` branch (#17198) --- .azure/pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 0418caefef..592ca23d17 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -7,6 +7,7 @@ trigger: batch: true branches: include: + - blazor-wasm - master - release/*