mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
347aa51a85
commit
70824e94e4
1 changed files with 9 additions and 3 deletions
|
@ -21,10 +21,16 @@ pool:
|
|||
|
||||
steps:
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: Run Build Script
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Run Unit Tests
|
||||
inputs:
|
||||
script: './build.sh -Target Build'
|
||||
command: 'test'
|
||||
projects: '$(testProj)'
|
||||
- task: Yarn@3
|
||||
displayName: Build UI
|
||||
inputs:
|
||||
projectDirectory: '/src/Ombi/ClientApp/'
|
||||
arguments: 'run build'
|
||||
|
||||
- task: PublishTestResults@2
|
||||
displayName: Upload Test Results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue