-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
If you try to publish a module that requires a prerelease module it will fail during publishing.
Job logs: https://github.com/anypackage/psresourceget/actions/runs/5523381734/jobs/10074329386
Expected behavior
# Published
Actual behavior
Publish-PSResource $module.ModuleBase -ApiKey $env:NUGET_KEY
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Dependency 'Microsoft.PowerShell.PSResourceGet' was not found in
| repository 'PSGallery'. Make sure the dependency is published to the
| repository before publishing this module.
Error details
No response
Environment data
beta22
Visuals
No response