Skip to content

Commit

Permalink
Move Tags and ProjectUri to the module manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoliB committed Dec 18, 2016
1 parent f38515a commit f510e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GraphRunbook/GraphRunbook.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
# Tags = @()
Tags = @('AzureAutomation')

# A URL to the license for this module.
# LicenseUri = ''

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/azureautomation/graphical-runbook-tools'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
5 changes: 2 additions & 3 deletions Publish-GraphRunbookToPSGallery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ param(

Publish-Module `
-Path .\GraphRunbook `
-ProjectUri https://github.com/azureautomation/graphical-runbook-tools `
-Tags AzureAutomation `
-Repository PSGallery `
-NuGetApiKey $NuGetApiKey
-NuGetApiKey $NuGetApiKey `
-Verbose

0 comments on commit f510e29

Please sign in to comment.