Skip to content

Commit

Permalink
Leverage NuGet restore for development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehumphries authored and nulltoken committed Jan 5, 2015
1 parent 6b7216e commit 977817e
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 8,937 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ LibGit2Sharp/Core/UniqueIdentifier.cs
!Lib/NativeBinaries/*/*.pdb
!nuget.package/build/
_NCrunch_LibGit2Sharp/
packages/
4 changes: 4 additions & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit.runners" version="1.9.2" />
</packages>
2 changes: 1 addition & 1 deletion CI/build.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DeployFolder>$(RootDir)\Build</DeployFolder>
</PropertyGroup>

<UsingTask AssemblyFile="$(RootDir)\Lib\xUnit\xunit.runner.msbuild.dll"
<UsingTask AssemblyFile="$(RootDir)\packages\xunit.runners.1.9.2\tools\xunit.runner.msbuild.dll"
TaskName="Xunit.Runner.MSBuild.xunit" />
<Target Name="Clean">
<Message Text="Commit SHA = $(CommitSha)" />
Expand Down
Binary file removed Lib/MoQ/Moq.dll
Binary file not shown.
39 changes: 0 additions & 39 deletions Lib/MoQ/Moq.license.txt

This file was deleted.

5,449 changes: 0 additions & 5,449 deletions Lib/MoQ/Moq.xml

This file was deleted.

29 changes: 0 additions & 29 deletions Lib/xUnit/xUnit.license.txt

This file was deleted.

Binary file removed Lib/xUnit/xunit.dll
Binary file not shown.
5 changes: 0 additions & 5 deletions Lib/xUnit/xunit.dll.tdnet

This file was deleted.

Binary file removed Lib/xUnit/xunit.extensions.dll
Binary file not shown.
Loading

0 comments on commit 977817e

Please sign in to comment.