mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
Rebuild
This commit is contained in:
parent
30a99eea90
commit
334c3f624b
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -16971,7 +16971,6 @@ class DotnetCoreInstaller {
|
||||
const response = yield httpClient.getJson(DotNetCoreIndexUrl);
|
||||
const result = response.result || {};
|
||||
let releasesInfo = result['releases-index'];
|
||||
console.log(versionParts);
|
||||
releasesInfo = releasesInfo.filter((info) => {
|
||||
// channel-version is the first 2 elements of the version (e.g. 2.1), filter out versions that don't match 2.1.x.
|
||||
const sdkParts = info['channel-version'].split('.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user