Update fetch scripts to download NUnit 3.0.1, and adjust paths

Update Makefile to look for nunit3-console.exe
This commit is contained in:
Piët Delport
2015-12-28 16:06:07 +02:00
parent c372d966b4
commit e9faad8224
3 changed files with 10 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ if (!(Test-Path "SharpFont.dll"))
if (!(Test-Path "nunit.framework.dll"))
{
echo "Fetching NUnit from NuGet."
./nuget.exe install NUnit -Version 2.6.4 -ExcludeVersion
./nuget.exe install NUnit -Version 3.0.1 -ExcludeVersion
cp NUnit/lib/nunit.framework* .
rmdir NUnit -Recurse
}