Skip to content

Commit e70ee34

Browse files
committed
Build/build-tests.bat: Use MSBUILD in Visual Studio 2015
1 parent c99d418 commit e70ee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/build-tests.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
SET ROOT=%~dp0..
3-
%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe %ROOT%\Build\tests.msbuild /verbosity:normal /p:Configuration=Release /p:Platform="AnyCPU" /target:CleanAndBuild /p:RestorePackages=false
3+
"C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe" %ROOT%\Build\tests.msbuild /verbosity:normal /p:Configuration=Release /p:Platform="AnyCPU" /target:CleanAndBuild /p:RestorePackages=false

0 commit comments

Comments
 (0)