mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-10 05:51:07 +07:00
Adding more logging
This commit is contained in:
parent
dd9521cc41
commit
5817abf347
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1282,6 +1282,7 @@ else {
|
|||||||
}
|
}
|
||||||
VSWHERE_EXEC +=
|
VSWHERE_EXEC +=
|
||||||
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe';
|
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe';
|
||||||
|
core.debug(`Execution path: ${VSWHERE_EXEC}`);
|
||||||
function run() {
|
function run() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
try {
|
try {
|
||||||
|
@ -19,6 +19,8 @@ if (VS_VERSION === 'latest') {
|
|||||||
VSWHERE_EXEC +=
|
VSWHERE_EXEC +=
|
||||||
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe'
|
'-requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe'
|
||||||
|
|
||||||
|
core.debug(`Execution path: ${VSWHERE_EXEC}`)
|
||||||
|
|
||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
// exit if non Windows runner
|
// exit if non Windows runner
|
||||||
|
Loading…
Reference in New Issue
Block a user