Adding more logging

This commit is contained in:
Tim Heuer
2020-01-31 11:49:55 -08:00
parent dd9521cc41
commit 5817abf347
2 changed files with 3 additions and 0 deletions

View File

@ -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<void> {
try {
// exit if non Windows runner