Skip to content

Commit

Permalink
Update Resolve-MicrosoftFwLink.ps1
Browse files Browse the repository at this point in the history
Change MaximumRedirection to 1, so that Evergreen doesn't attempt to read the entire target binary
  • Loading branch information
aaronparker committed Aug 31, 2024
1 parent 9bef25f commit d819e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Evergreen/Shared/Resolve-MicrosoftFwLink.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Resolve-MicrosoftFwLink {

[Parameter()]
[ValidateNotNullOrEmpty()]
[System.Int32] $MaximumRedirection = 2
[System.Int32] $MaximumRedirection = 1
)

process {
Expand Down

0 comments on commit d819e5a

Please sign in to comment.