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
Make sure you are able to repro it on the latest version
Search the existing issues.
Steps to reproduce
Trying to publish module with dependency on other module via Publish-Module -Path xxx -NuGetApiGey yyy
Getting error:
ValidateAndGet-RequiredModuleDetails: The property 'Name' cannot be found on this object. Verify that the property exists.
Few days ago, publishing of the same module, just lower version, worked just fine. Module is valid, can be loaded without problems and works.
Expected behavior
Valid module with dependencies can be published via `Publish-Module -Path xxx -NuGetApiGey yyy`
Actual behavior
`Publish-Module -Path xxx -NuGetApiGey yyy` returns error:ValidateAndGet-RequiredModuleDetails: The property 'Name' cannot be found on this object. Verify that the property exists.
Error details
No response
Environment data
$psversionTable
Name Value
---------
PSVersion 7.4.4
PSEdition Core
GitCommitId 7.4.4
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
PS Core 7.4.4
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
Trying to publish module with dependency on other module via
Publish-Module -Path xxx -NuGetApiGey yyy
Getting error:
ValidateAndGet-RequiredModuleDetails: The property 'Name' cannot be found on this object. Verify that the property exists.
Few days ago, publishing of the same module, just lower version, worked just fine. Module is valid, can be loaded without problems and works.
Expected behavior
Valid module with dependencies can be published via `Publish-Module -Path xxx -NuGetApiGey yyy`
Actual behavior
Error details
No response
Environment data
Version
PS Core 7.4.4
Visuals
No response
The text was updated successfully, but these errors were encountered: