From acfca8e65a6be23803de1465b6c6bf9d2f1114a8 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Wed, 27 Feb 2013 20:46:49 +0000 Subject: Dlls only copied to nuget folder when in Release configuration --- .../MediaBrowser.Common.Implementations.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj') diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index a8dfe33cf4..4adff8380f 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -168,7 +168,9 @@ - xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i + if $(ConfigurationName) == Release ( +xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i +)