mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
try coverage no build, output artifact
This commit is contained in:
parent
d7f821fc8d
commit
5425368904
1 changed files with 15 additions and 4 deletions
|
@ -399,10 +399,21 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- bash: ./build.sh --only-backend
|
||||
displayName: Build Lidarr Backend
|
||||
- publish: $(testsFolder)
|
||||
artifact: 'CoverageTest'
|
||||
#- bash: ./build.sh --only-backend
|
||||
# displayName: Build Lidarr Backend
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: WindowsBackend
|
||||
targetPath: _output
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download Test Artifact
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: Tests
|
||||
targetPath: _tests
|
||||
#- publish: $(testsFolder)
|
||||
# artifact: 'CoverageTest'
|
||||
- task: Bash@3
|
||||
displayName: Coverage Unit Tests
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue