mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-21 19:11:08 +07:00
Update src/main.ts
Co-authored-by: Heath Stewart <heaths@outlook.com>
This commit is contained in:
parent
613696a2a0
commit
84e0d709b2
@ -72,7 +72,7 @@ async function run(): Promise<void> {
|
||||
core.debug(`Found installation path: ${installationPath}`)
|
||||
|
||||
// x64 only exists in one possible location, so no fallback probing
|
||||
if(MSBUILD_ARCH === "x64") {
|
||||
if (MSBUILD_ARCH === "x64") {
|
||||
let toolPath = path.join(
|
||||
installationPath,
|
||||
'MSBuild\\Current\\Bin\\amd64\\MSBuild.exe'
|
||||
|
Loading…
Reference in New Issue
Block a user