Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit c2f3854

Browse files
author
Immo Landwerth
committed
Reuse path already captured in a variable
1 parent 0b41a1d commit c2f3854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ IF EXIST "%~dp0src\packages" goto build
2626

2727
:build
2828

29-
"%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe" %SOLUTION_PATH% /p:OutDir="%~dp0bin " /nologo /m /v:m /flp:verbosity=normal %*
29+
%BUILD_TOOLS_PATH% %SOLUTION_PATH% /p:OutDir="%~dp0bin " /nologo /m /v:m /flp:verbosity=normal %*

0 commit comments

Comments
 (0)