Update azure-pipelines.yml for Azure Pipelines

pull/3338/head
Jamie 5 years ago
parent 41c7f4b790
commit efc54f603d

@ -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:

Loading…
Cancel
Save