mirror of
https://github.com/Ed94/refactor.git
synced 2025-06-16 19:51:49 -07:00
Fix issue with cls command on gh-actions.
This commit is contained in:
@ -17,6 +17,11 @@ foreach ( $arg in $args )
|
||||
|
||||
|
||||
#region Regular Build
|
||||
if ($Host.UI.SupportsVirtualTerminal)
|
||||
{
|
||||
cls
|
||||
}
|
||||
|
||||
write-host "Building project`n"
|
||||
|
||||
$path_root = git rev-parse --show-toplevel
|
||||
|
Reference in New Issue
Block a user