From 6b642e47ba689bdf35c83eac7cc677661a792b89 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 17 Aug 2014 23:41:30 -0700 Subject: [PATCH] Don't copy 64.png on build --- build.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index 2649a2fe4..4ca25b22e 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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']" }