PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

Cannot publish prerelease modules using Path

Open mgreenegit opened this issue 5 years ago • 1 comments

Steps to reproduce

Publish-Module -Path foo -AllowPrerelease

Expected behavior


Actual behavior


Environment data

> $PSVersionTable

> Get-Module -ListAvailable PowerShellGet,PackageManagement

> Get-PackageProvider -ListAvailable

mgreenegit avatar Mar 04 '20 01:03 mgreenegit

Could you share the output after running the command with -Debug and -Verbose ?

alerickson avatar Mar 04 '20 18:03 alerickson