mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Rebuild index.js
This commit is contained in:
parent
13c696c170
commit
0db67b4efc
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -17089,7 +17089,7 @@ class DotnetCoreInstaller {
|
|||||||
}
|
}
|
||||||
const releaseInfo = releasesInfo[0];
|
const releaseInfo = releasesInfo[0];
|
||||||
if (releaseInfo['support-phase'] === 'eol') {
|
if (releaseInfo['support-phase'] === 'eol') {
|
||||||
core.warning(`${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and may not work properly.`);
|
core.warning(`${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.`);
|
||||||
}
|
}
|
||||||
return releaseInfo['releases.json'];
|
return releaseInfo['releases.json'];
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user