Chad McCaffery

Results 1 comments of Chad McCaffery

I'm encountering this issue with Pester 4.3.1 and ``PackageManagement\Get-PackageSource`` Here's a simple repro: ```powershell PS> New-Module -Name 'MockTest' -ScriptBlock { function Get-ThosePackageSources { Get-PackageSource -ProviderName 'NuGet' -ConfigFile $Env:APPDATA\NuGet\nuget.config } }...