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

2
dist/index.js vendored
View File

@ -988,7 +988,7 @@ else {
}
VSWHERE_EXEC +=
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe';
core.debug(`Execution path: ${VSWHERE_EXEC}`);
core.debug(`Execution arguments: ${VSWHERE_EXEC}`);
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {

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 {