Removed nupkg and theatre nuspec

Created nuspec for MediaBrowser.Common.Internal.
Amended the project build events for the new nuget package.
This commit is contained in:
ScottIsAFool
2013-02-23 16:33:11 +00:00
parent 17c1fd5760
commit c6a5790db3
6 changed files with 36 additions and 20 deletions

View File

@@ -55,6 +55,9 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">