From 5817abf347fd91d634f86da6635e14e39a3b1b66 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 31 Jan 2020 11:49:55 -0800 Subject: [PATCH] Adding more logging --- dist/index.js | 1 + src/main.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index b3e334b..c9cfa6f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1282,6 +1282,7 @@ else { } VSWHERE_EXEC += '-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe'; +core.debug(`Execution path: ${VSWHERE_EXEC}`); function run() { return __awaiter(this, void 0, void 0, function* () { try { diff --git a/src/main.ts b/src/main.ts index d9845c4..33f5fe3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -19,6 +19,8 @@ if (VS_VERSION === 'latest') { VSWHERE_EXEC += '-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe' +core.debug(`Execution path: ${VSWHERE_EXEC}`) + async function run(): Promise { try { // exit if non Windows runner