mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Format code
This commit is contained in:
parent
952035a86e
commit
8b32d073c3
@ -198,7 +198,10 @@ export class DotnetCoreInstaller {
|
||||
}
|
||||
|
||||
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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user