mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 15:40:20 +00:00
Format code
This commit is contained in:
parent
952035a86e
commit
8b32d073c3
@ -198,7 +198,10 @@ export class DotnetCoreInstaller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static enableConsoleColorOutput() {
|
static enableConsoleColorOutput() {
|
||||||
core.exportVariable('DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION', 'true');
|
core.exportVariable(
|
||||||
|
'DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION',
|
||||||
|
'true'
|
||||||
|
);
|
||||||
core.exportVariable('TERM', 'xterm');
|
core.exportVariable('TERM', 'xterm');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user