From 3eae43a19d4e8472406faaebf14d10e67a66de03 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:20:06 -0800 Subject: [PATCH] Enable building `blazor-wasm` branch Making sure the blazor-wasm branches are being built. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fe42d1b4..e9ab88c56 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,7 @@ trigger: batch: true branches: include: + - blazor-wasm - master - release/*