You've already forked setup-msbuild
mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2025-08-23 05:54:04 +07:00
@ -72,7 +72,7 @@ async function run(): Promise<void> {
|
|||||||
core.debug(`Found installation path: ${installationPath}`)
|
core.debug(`Found installation path: ${installationPath}`)
|
||||||
|
|
||||||
// x64 only exists in one possible location, so no fallback probing
|
// x64 only exists in one possible location, so no fallback probing
|
||||||
if(MSBUILD_ARCH === "x64") {
|
if (MSBUILD_ARCH === "x64") {
|
||||||
let toolPath = path.join(
|
let toolPath = path.join(
|
||||||
installationPath,
|
installationPath,
|
||||||
'MSBuild\\Current\\Bin\\amd64\\MSBuild.exe'
|
'MSBuild\\Current\\Bin\\amd64\\MSBuild.exe'
|
||||||
|
Reference in New Issue
Block a user