Skip to content

Commit 07da01b

Browse files
jamiehumphriesnulltoken
authored andcommitted
Leverage NuGet restore for development dependencies
Fix #872
1 parent 65a8458 commit 07da01b

21 files changed

+45
-8937
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ LibGit2Sharp/Core/UniqueIdentifier.cs
4141
!Lib/NativeBinaries/*/*.pdb
4242
!nuget.package/build/
4343
_NCrunch_LibGit2Sharp/
44+
packages/

.nuget/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="xunit.runners" version="1.9.2" />
4+
</packages>

CI/build.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<DeployFolder>$(RootDir)\Build</DeployFolder>
77
</PropertyGroup>
88

9-
<UsingTask AssemblyFile="$(RootDir)\Lib\xUnit\xunit.runner.msbuild.dll"
9+
<UsingTask AssemblyFile="$(RootDir)\packages\xunit.runners.1.9.2\tools\xunit.runner.msbuild.dll"
1010
TaskName="Xunit.Runner.MSBuild.xunit" />
1111
<Target Name="Clean">
1212
<Message Text="Commit SHA = $(CommitSha)" />

Lib/MoQ/Moq.dll

-645 KB
Binary file not shown.

Lib/MoQ/Moq.license.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

Lib/MoQ/Moq.xml

Lines changed: 0 additions & 5449 deletions
This file was deleted.

Lib/xUnit/xUnit.license.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

Lib/xUnit/xunit.dll

-67 KB
Binary file not shown.

Lib/xUnit/xunit.dll.tdnet

Lines changed: 0 additions & 5 deletions
This file was deleted.

Lib/xUnit/xunit.extensions.dll

-23 KB
Binary file not shown.

0 commit comments

Comments
 (0)