You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing for a solution for https://github.com/PowerShell/PowerShell/issues/5831 I found that there is a difference between Install-PSResource and Save-PSResource. Using save will remove the .nupkg.metadata file but does not get removed on install. Does PowerShellGet use this file? I didn't get any references using it in the code. By leaving this file it causes the validation to fail when using Test-FileCatalog.