From d379f2767b9e5ac3e299178c38c50ee82e2b9ed2 Mon Sep 17 00:00:00 2001 From: workshop021 <57322488+workshop021@users.noreply.github.com> Date: Sun, 3 Nov 2019 11:16:34 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d41783..86ef950 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,10 @@ steps: inputs: restoreSolution: '$(solution)' +- task: BatchScript@1 + inputs: + filename: '$(build.sourcesdirectory)/src/PokerLeagueManager.UI.Web/BuildAngular.bat' + - task: VSBuild@1 inputs: solution: '$(solution)'