From efc54f603de576b4adeef06744c5432ff6041590 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 29 Dec 2019 21:55:40 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc1a1f803..1737b6ce4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,12 @@ pool: steps: +- task: Yarn@3 + displayName: Install UI Dependancies + inputs: + projectDirectory: '$(Build.SourcesDirectory)/src/Ombi/ClientApp/' + arguments: 'install' + - task: DotNetCoreCLI@2 displayName: Run Unit Tests inputs: