Skip to content

Commit 347e5f4

Browse files
committed
Remove Write-Progress cleanup
It does not actually work.
1 parent e774ff1 commit 347e5f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/build.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3695,9 +3695,6 @@ if (-not $SkipBuild) {
36953695

36963696
Remove-Item -Force -Recurse ([IO.Path]::Combine((Get-InstallDir $HostPlatform), "Platforms")) -ErrorAction Ignore
36973697

3698-
# Clear the progress bar from the output or it keeps ghosting.
3699-
1..10 | ForEach-Object { Write-Progress -Id $_ -Activity "Removing previous Platforms directory" -Completed }
3700-
37013698
Invoke-BuildStep Build-CMark $BuildPlatform
37023699
Invoke-BuildStep Build-BuildTools $BuildPlatform
37033700
if ($IsCrossCompiling) {

0 commit comments

Comments
 (0)