提交 5f417ac3 编写于 作者: A Andy Gocke 提交者: GitHub

Actually set 32bitpref+ on the VS toolset exes (#17949)

上级 05d92383
......@@ -1070,7 +1070,7 @@ set DEVPATH=%RoslynToolsRoot%;%DEVPATH%"
' If the file is an exe, use corflags to mark it 32bitpref
If Path.GetExtension(fileName) = ".exe" Then
Dim proc = Process.Start(corFlagsPath, "/force /32bitpref+")
Dim proc = Process.Start(corFlagsPath, $"/force /32bitpref+ {dstPath}")
proc.WaitForExit()
If proc.ExitCode <> 0 Then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册