From b22eec3f783341d61212e8f3252297296de20621 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Mon, 4 Mar 2013 12:52:37 -0500 Subject: [PATCH] add plugin security to internal nuget pkg --- .../MediaBrowser.Common.Implementations.csproj | 1 + Nuget/MediaBrowser.Common.Internal.nuspec | 1 + 2 files changed, 2 insertions(+) diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index 84769637a3..90105554eb 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -203,6 +203,7 @@ if $(ConfigurationName) == Release ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i +xcopy "$(TargetDir)Mediabrowser.PluginSecurity.dll" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i )