diff --git a/src/installer.ts b/src/installer.ts index 6b7f098..7be94f5 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -287,7 +287,6 @@ export class DotnetCoreInstaller { if (releaseInfo['support-phase'] === 'eol') { 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.` - ); }