diff --git a/src/installer.ts b/src/installer.ts index deddaac..6b7f098 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -286,7 +286,8 @@ export class DotnetCoreInstaller { const releaseInfo = releasesInfo[0]; if (releaseInfo['support-phase'] === 'eol') { core.warning( - `${releaseInfo['product']} ${releaseInfo['channel-version']} is no longer supported and may not work properly.` + `${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.` + ); }