mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
0ee93e5343
commit
5bb4bd0a08
1 changed files with 8 additions and 0 deletions
|
@ -65,3 +65,11 @@ steps:
|
||||||
SourceFolder: '$(publishLocation)linux-arm64.tar.gz'
|
SourceFolder: '$(publishLocation)linux-arm64.tar.gz'
|
||||||
TargetFolder: '$(Build.ArtifactStagingDirectory)'
|
TargetFolder: '$(Build.ArtifactStagingDirectory)'
|
||||||
OverWrite: true
|
OverWrite: true
|
||||||
|
|
||||||
|
- task: PublishTestResults@2
|
||||||
|
inputs:
|
||||||
|
testResultsFormat: 'VSTest'
|
||||||
|
testResultsFiles: '**/Test-*.trx'
|
||||||
|
mergeTestResults: true
|
||||||
|
failTaskOnFailedTests: true
|
||||||
|
testRunTitle: 'Unit Tests'
|
Loading…
Add table
Add a link
Reference in a new issue