Skip to content

Commit 85f3a40

Browse files
authored
Update vccptools version # (#1554)
1 parent 782451a commit 85f3a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
<package id="System.ValueTuple" version="4.0.0-rc3-24212-01" />
2121
<package id="BenchmarkDotNet" version="0.9.8"/>
2222
<package id="BenchmarkDotNet.Diagnostics.Windows" version="0.9.8"/>
23-
<package id="VisualCppTools" version="14.0.24516-Pre"/>
23+
<package id="VisualCppTools" version="14.0.24519-Pre"/>
2424
</packages>

tests/RunTests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if not exist "%~dp0..\packages\NUnit.Console.3.0.0\tools\" (
1818
SET NUNIT3_CONSOLE=%~dp0..\packages\NUnit.Console.3.0.0\tools\nunit3-console.exe
1919
SET FSI_TOOL=%~dp0..\%FLAVOR%\net40\bin\Fsi.exe
2020

21-
set link_exe=%~dp0..\packages\VisualCppTools.14.0.24516-Pre\lib\native\bin\link.exe
21+
set link_exe=%~dp0..\packages\VisualCppTools.14.0.24519-Pre\lib\native\bin\link.exe
2222
if not exist "%link_exe%" (
2323
set saved_errorlevel=1
2424
echo Error: failed to find '%link_exe%' use nuget to restore the VisualCppTools package

0 commit comments

Comments
 (0)