From 84e0d709b2c782782b075c1f5a7173b76b6115b2 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Mon, 1 Nov 2021 18:58:32 -0700 Subject: [PATCH] Update src/main.ts Co-authored-by: Heath Stewart --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4ed438f..924d7ea 100644 --- a/src/main.ts +++ b/src/main.ts @@ -72,7 +72,7 @@ async function run(): Promise { 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'