Skip to content

Commit eec511f

Browse files
authored
Makes downloads with Invoke-RestMethod faster. (#117)
1 parent 1c4df91 commit eec511f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ param(
44
[Parameter(Mandatory=$True)]$TestSuite)
55

66
$ErrorActionPreference = 'Stop'
7+
$ProgressPreference = 'SilentlyContinue' # Faster downloads with Invoke-RestMethod -- https://stackoverflow.com/a/43477248/33244
8+
79

810
$baseDir = Split-Path -Parent $PSCommandPath
911

0 commit comments

Comments
 (0)