mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -08:00
Fix issue with cls command on gh-actions.
This commit is contained in:
parent
20dd92a684
commit
9bf6af8ce5
@ -17,6 +17,11 @@ foreach ( $arg in $args )
|
|||||||
|
|
||||||
|
|
||||||
#region Regular Build
|
#region Regular Build
|
||||||
|
if ($Host.UI.SupportsVirtualTerminal)
|
||||||
|
{
|
||||||
|
cls
|
||||||
|
}
|
||||||
|
|
||||||
write-host "Building project`n"
|
write-host "Building project`n"
|
||||||
|
|
||||||
$path_root = git rev-parse --show-toplevel
|
$path_root = git rev-parse --show-toplevel
|
||||||
|
Loading…
Reference in New Issue
Block a user