Update NUnit lib path for the ps1 script too
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -63,7 +63,7 @@ if (!(Test-Path "nunit.framework.dll"))
|
|||||||
{
|
{
|
||||||
echo "Fetching NUnit from NuGet."
|
echo "Fetching NUnit from NuGet."
|
||||||
./nuget.exe install NUnit -Version 3.0.1 -ExcludeVersion
|
./nuget.exe install NUnit -Version 3.0.1 -ExcludeVersion
|
||||||
cp NUnit/lib/nunit.framework* .
|
cp NUnit/lib/net40/nunit.framework* .
|
||||||
rmdir NUnit -Recurse
|
rmdir NUnit -Recurse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user