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

1
dist/index.js vendored
View File

@ -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 {

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