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
I'm not able to successfully use PackageMetadataRepository.Get(string id), getting OctopusResourceNotFoundException in every attempt.
I've tried both PackageFromBuiltInFeedResource.Id and PackageFromBuiltInFeedResource.PackageId (although the second one doesn't make sense, since it doesn't include the version).
Is it a bug or am I missing something and providing the wrong id?
I'm not able to successfully use
PackageMetadataRepository.Get(string id)
, gettingOctopusResourceNotFoundException
in every attempt.I've tried both
PackageFromBuiltInFeedResource.Id
andPackageFromBuiltInFeedResource.PackageId
(although the second one doesn't make sense, since it doesn't include the version).Is it a bug or am I missing something and providing the wrong id?
Repro:
The text was updated successfully, but these errors were encountered: