Skip to content

Commit c7f5982

Browse files
committed
Pointing release script to msbuild in buildtools installation folder.
This could be better and more generic
1 parent 30a2dcb commit c7f5982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Build/buildRelease.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET SRCDIR=%~dp0
33
set SRCDIR=%SRCDIR:~0,-7%
44
set nugetfolder="%SRCDIR%\.nuget"
55
set packageFolder="%SRCDIR%\packages"
6-
set msbuild="%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\amd64\MSBuild.exe"
6+
set msbuild="%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\msbuild.exe"
77
set configuration=Release
88
set msbuildtasksVersion=1.4.0.65
99

0 commit comments

Comments
 (0)