Skip to content

Commit f510e29

Browse files
committed
Move Tags and ProjectUri to the module manifest
1 parent f38515a commit f510e29

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

GraphRunbook/GraphRunbook.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ PrivateData = @{
9797
PSData = @{
9898

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

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

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

108108
# A URL to an icon representing this module.
109109
# IconUri = ''

Publish-GraphRunbookToPSGallery.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ param(
55

66
Publish-Module `
77
-Path .\GraphRunbook `
8-
-ProjectUri https://github.com/azureautomation/graphical-runbook-tools `
9-
-Tags AzureAutomation `
108
-Repository PSGallery `
11-
-NuGetApiKey $NuGetApiKey
9+
-NuGetApiKey $NuGetApiKey `
10+
-Verbose

0 commit comments

Comments
 (0)