From 0b63d9c796787321e50a2d68dcda0f7f70a957ee Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Tue, 20 Sep 2016 08:56:59 -0700 Subject: [PATCH] Update vccptools version # --- packages.config | 2 +- tests/RunTests.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.config b/packages.config index aaddc3a204b..6b37a9859c4 100644 --- a/packages.config +++ b/packages.config @@ -20,5 +20,5 @@ - + diff --git a/tests/RunTests.cmd b/tests/RunTests.cmd index 9c50d7c9d05..687719a5229 100644 --- a/tests/RunTests.cmd +++ b/tests/RunTests.cmd @@ -18,7 +18,7 @@ if not exist "%~dp0..\packages\NUnit.Console.3.0.0\tools\" ( SET NUNIT3_CONSOLE=%~dp0..\packages\NUnit.Console.3.0.0\tools\nunit3-console.exe SET FSI_TOOL=%~dp0..\%FLAVOR%\net40\bin\Fsi.exe -set link_exe=%~dp0..\packages\VisualCppTools.14.0.24516-Pre\lib\native\bin\link.exe +set link_exe=%~dp0..\packages\VisualCppTools.14.0.24519-Pre\lib\native\bin\link.exe if not exist "%link_exe%" ( set saved_errorlevel=1 echo Error: failed to find '%link_exe%' use nuget to restore the VisualCppTools package