Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed Sep 4, 2023
1 parent cae98c4 commit 507e136
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72788,9 +72788,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.matchVersionToList = exports.listSdks = void 0;
const exec = __importStar(__nccwpck_require__(1514));
const listSdks = () => __awaiter(void 0, void 0, void 0, function* () {
const { stdout, exitCode } = yield exec.getExecOutput('dotnet', ['--list-sdks'], {
const { stdout, exitCode } = yield exec
.getExecOutput('dotnet', ['--list-sdks'], {
ignoreReturnCode: true
});
})
.catch(() => ({ stdout: '', exitCode: 1 }));
if (exitCode) {
return [];
}
Expand Down

0 comments on commit 507e136

Please sign in to comment.