From 13c696c170939b43b8ace3c9ed47b905516e9368 Mon Sep 17 00:00:00 2001 From: GGG KILLER Date: Tue, 23 Nov 2021 10:19:47 -0300 Subject: [PATCH] Format installer.ts --- src/installer.ts | 1 - 1 file changed, 1 deletion(-) 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.` - ); }