mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-10 05:51:07 +07:00
Final v1 logic changes
This commit is contained in:
parent
d3323999d3
commit
2008f912f5
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -988,7 +988,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}`);
|
core.debug(`Execution arguments: ${VSWHERE_EXEC}`);
|
||||||
function run() {
|
function run() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
try {
|
try {
|
||||||
|
@ -23,7 +23,7 @@ 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}`)
|
core.debug(`Execution arguments: ${VSWHERE_EXEC}`)
|
||||||
|
|
||||||
async function run(): Promise<void> {
|
async function run(): Promise<void> {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user