mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-26 08:15:06 -07:00
test fixups
This commit is contained in:
parent
8d8d6cdb10
commit
97f8354006
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ stages:
|
|||
archiveFilePatterns: '$(Build.ArtifactStagingDirectory)/**/Lidarr.**.linux.tar.gz'
|
||||
destinationFolder: '$(Build.ArtifactStagingDirectory)/bin'
|
||||
- bash: |
|
||||
cp -R -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/* ./bin/
|
||||
cp -R -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/* bin
|
||||
- task: Bash@3
|
||||
displayName: Linux Integration Tests
|
||||
inputs:
|
||||
|
@ -251,7 +251,7 @@ stages:
|
|||
archiveFilePatterns: '$(Build.ArtifactStagingDirectory)/**/Lidarr.**.windows.zip'
|
||||
destinationFolder: '$(Build.ArtifactStagingDirectory)/bin'
|
||||
- bash: |
|
||||
cp -R -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/* ./bin/
|
||||
cp -R -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}\bin\Lidarr\* bin
|
||||
- task: Bash@3
|
||||
displayName: Windows Integration Tests
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue