mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -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:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
submodules: true
|
submodules: true
|
||||||
- bash: ./build.sh --only-backend
|
#- bash: ./build.sh --only-backend
|
||||||
displayName: Build Lidarr Backend
|
# displayName: Build Lidarr Backend
|
||||||
- publish: $(testsFolder)
|
- task: DownloadPipelineArtifact@2
|
||||||
artifact: 'CoverageTest'
|
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
|
- task: Bash@3
|
||||||
displayName: Coverage Unit Tests
|
displayName: Coverage Unit Tests
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue