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)'