Update src/main.ts
Co-authored-by: Heath Stewart <heaths@outlook.com>
This commit is contained in:
Родитель
613696a2a0
Коммит
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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче