mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Format installer.ts
This commit is contained in:
parent
fe377e5ab9
commit
13c696c170
@ -287,7 +287,6 @@ export class DotnetCoreInstaller {
|
|||||||
if (releaseInfo['support-phase'] === 'eol') {
|
if (releaseInfo['support-phase'] === 'eol') {
|
||||||
core.warning(
|
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.`
|
`${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.`
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user