mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 16:23:13 +00:00
Don't copy 64.png on build
This commit is contained in:
parent
807ed7df1a
commit
6b642e47ba
1 changed files with 0 additions and 2 deletions
|
@ -183,8 +183,6 @@ Function PackageTests()
|
|||
Write-Host "Adding MediaInfoDotNet.dll.config (for dllmap)"
|
||||
Copy-Item "$sourceFolder\MediaInfoDotNet.dll.config" -Destination $testPackageFolder -Force
|
||||
|
||||
Copy-Item "$outputFolder\64.png" -Destination $testPackageFolder -Force
|
||||
|
||||
Write-Host "##teamcity[progressFinish 'Creating Test Package']"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue