From 7f51a69eb56a6431866e2942124e622cdf870add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=ABt=20Delport?= Date: Mon, 28 Dec 2015 16:27:01 +0200 Subject: [PATCH] Update NUnit lib path for the ps1 script too --- thirdparty/fetch-thirdparty-deps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 6256b88b4a..f47387b3ad 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -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 }