Rebuild index.js

This commit is contained in:
GGG KILLER 2021-11-23 10:19:53 -03:00
parent 13c696c170
commit 0db67b4efc

2
dist/index.js vendored
View File

@ -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'];
}); });