We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a2dcb commit c7f5982Copy full SHA for c7f5982
Src/Build/buildRelease.bat
@@ -3,7 +3,7 @@ SET SRCDIR=%~dp0
3
set SRCDIR=%SRCDIR:~0,-7%
4
set nugetfolder="%SRCDIR%\.nuget"
5
set packageFolder="%SRCDIR%\packages"
6
-set msbuild="%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\amd64\MSBuild.exe"
+set msbuild="%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\msbuild.exe"
7
set configuration=Release
8
set msbuildtasksVersion=1.4.0.65
9
0 commit comments