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.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.89. Please mark this comment with 👍 or 👎 to give our bot feedback!
While testing for a solution for https://github.com/PowerShell/PowerShell/issues/5831 I found that there is a difference between
Install-PSResource
andSave-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 usingTest-FileCatalog
.The text was updated successfully, but these errors were encountered: