Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f2e56c8

Browse files
authored
Merge pull request #81 from tmeschter/211001-BuildWith2019
Fix the path to MSBuild
2 parents a9d932e + 362f00b commit f2e56c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if "%NuGetHome%" == "" (
113113
)
114114
set SignTool="%NuGetHome%\roslyntools.signtool\1.1.0-beta3.21260.1\tools\SignTool.exe"
115115

116-
%SignTool% -config "%Root%build\Signing\SignToolConfig.json" -msbuildPath "%VS160COMNTOOLS%..\..\MSBuild\16.0\Bin\msbuild.exe" "%Root%bin\%BuildConfiguration%"
116+
%SignTool% -config "%Root%build\Signing\SignToolConfig.json" -msbuildPath "%VS160COMNTOOLS%..\..\MSBuild\Current\Bin\msbuild.exe" "%Root%bin\%BuildConfiguration%"
117117
if ERRORLEVEL 1 (
118118
echo.
119119
call :PrintColor Red "Signing failed"

0 commit comments

Comments
 (0)