Fixing formatting on string arg [skip ci]

This commit is contained in:
Tim Heuer
2022-11-07 17:16:50 -07:00
parent 750ad4a08c
commit 1ccd12233c
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ async function run(): Promise<void> {
if (MSBUILD_ARCH === 'x64' || MSBUILD_ARCH === 'arm64') {
let toolPath = path.join(
installationPath,
'MSBuild\\Current\\Bin\\${MSBUILD_ARCH}\\MSBuild.exe'
`MSBuild\\Current\\Bin\\${MSBUILD_ARCH}\\MSBuild.exe`
)
core.debug(`Checking for path: ${toolPath}`)
if (!fs.existsSync(toolPath)) {