Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Leverage NuGet restore to install development dependencies #894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Binary file modified Lib/NuGet/NuGet.exe
Binary file not shown.
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