Jack Owen

Results 1 issues of Jack Owen

Steps to reproduce ------------------ - Environment variable **NUGET_PLUGIN_PATHS** is not set. - Windows : file **$env:UserProfile/.nuget/plugins/netcore/CredentialProvider.Microsoft/CredentialProvider.Microsoft.dll** exists. - GNU/Linux, MacOS : file **$HOME/.nuget/plugins/netcore/CredentialProvider.Microsoft/CredentialProvider.Microsoft.dll** exists. ```powershell if(-not (Test-Path env:NUGET_PLUGIN_PATHS) -and (Test-Path...