Update NUnit lib path for the ps1 script too

This commit is contained in:
Piët Delport
2015-12-28 16:27:01 +02:00
parent d682522b78
commit 7f51a69eb5

View File

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