Format installer.ts

This commit is contained in:
GGG KILLER 2021-11-23 10:19:47 -03:00
parent fe377e5ab9
commit 13c696c170

View File

@ -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.`
);
}