Final v1 logic changes

This commit is contained in:
Tim Heuer
2020-02-20 16:56:19 -08:00
parent d3323999d3
commit 2008f912f5
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if (VS_VERSION === 'latest') {
VSWHERE_EXEC +=
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe'
core.debug(`Execution path: ${VSWHERE_EXEC}`)
core.debug(`Execution arguments: ${VSWHERE_EXEC}`)
async function run(): Promise<void> {
try {