mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
05095ba5d6
commit
e7091d46c9
1 changed files with 2 additions and 12 deletions
|
@ -18,16 +18,6 @@ pool:
|
|||
|
||||
steps:
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Build
|
||||
- task: CmdLine@2
|
||||
inputs:
|
||||
command: build
|
||||
projects: '$(csProj)'
|
||||
arguments: '--configuration $(buildConfiguration)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Test
|
||||
inputs:
|
||||
command: test
|
||||
projects: '$(testProj)'
|
||||
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
|
||||
script: './build.sh'
|
Loading…
Add table
Add a link
Reference in a new issue