Skip to content

Commit

Permalink
NuGet pre-build event removed since NuGet seems to get packages out o…
Browse files Browse the repository at this point in the history
…f the box now when build is invoked from Visual Studio.
  • Loading branch information
jwaliszko committed Nov 24, 2014
1 parent 6f92e5c commit d7abb8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PreBuildEvent>$(SolutionDir)packages\nuget.exe install "$(ProjectDir)packages.config" -o "$(SolutionDir)packages"</PreBuildEvent>
</PropertyGroup>
<Target Name="CopyLinkedContentFiles" BeforeTargets="Build">
<Copy SourceFiles="%(Content.Identity)"
DestinationFiles="%(Content.Link)"
Expand Down
Binary file removed src/packages/NuGet.exe
Binary file not shown.
8 changes: 0 additions & 8 deletions src/packages/repositories.config

This file was deleted.

0 comments on commit d7abb8f

Please sign in to comment.