Skip to content

Commit

Permalink
Update vccptools version # (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom authored Sep 20, 2016
1 parent 782451a commit 85f3a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<package id="System.ValueTuple" version="4.0.0-rc3-24212-01" />
<package id="BenchmarkDotNet" version="0.9.8"/>
<package id="BenchmarkDotNet.Diagnostics.Windows" version="0.9.8"/>
<package id="VisualCppTools" version="14.0.24516-Pre"/>
<package id="VisualCppTools" version="14.0.24519-Pre"/>
</packages>
2 changes: 1 addition & 1 deletion tests/RunTests.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f3a40

Please sign in to comment.