Skip to content

Commit

Permalink
Disable download progress
Browse files Browse the repository at this point in the history
Disable showing the download progress bar when downloading files.
  • Loading branch information
martincostello committed Feb 13, 2022
1 parent 50b723b commit 9f8d370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Param(
[switch]$Verbose
)

$ErrorActionPreference = "Stop"
$ProgressPreference = "SilentlyContinue"

Write-Host "Preparing to run build script..."

# Should we show verbose messages?
Expand Down

0 comments on commit 9f8d370

Please sign in to comment.