Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneous error outputs when documenting and publishing #1

Open
marckassay opened this issue Aug 3, 2019 · 0 comments
Open

Erroneous error outputs when documenting and publishing #1

marckassay opened this issue Aug 3, 2019 · 0 comments

Comments

@marckassay
Copy link
Owner

Although the errors below occurred, both completed successfully.

E:\marckassay\XAz [0.0.2 +0 ~2 -0 ~]> Build-Documentation
PowerBolt is now building documentation for XAz
Module version has been changed to '0.0.2'
Update-ReadmeFromPlatyPSMarkdown : Unable to update README file.
At C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PowerBolt\0.0.4\src\documentation\Build-Documentation.ps1:62 char:13
+             Update-ReadmeFromPlatyPSMarkdown
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Update-ReadmeFromPlatyPSMarkdown

E:\marckassay\XAz [0.0.2 +0 ~2 -0 | +0 ~3 -0 !]> git add .
E:\marckassay\XAz [0.0.2 +0 ~4 -0 ~]> Publish-ModuleToNuGetGallery
PowerBolt needs your confirmation to publish 'XAz' module that is temporary in:
    C:\Users\marck\OneDrive\Documents\PowerShell\Modules\XAz

Will be using the following value for NuGet API Key: XXXXXXXXXXXXXXXXXdgf7xe

-------------------------------------------
Are you sure you want to proceed?
[Y] Yes  [N] No  [?] Help (default is "N"): Y
PowerBolt is now publishing 'XAz' module
Module 'XAz' cannot be published because it is missing required metadata. Verify that the module manifest specifies Description and Author.
+ CategoryInfo          : InvalidOperation: (XAz:String) [Publish-Module], InvalidOperationException
+ FullyQualifiedErrorId : MissingRequiredModuleManifestKeys,Publish-Module
+ PSComputerName        : localhost

PowerBolt is now removing temporary directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant