File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 = ''
Original file line number Diff line number Diff line change 55
66Publish-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
You can’t perform that action at this time.
0 commit comments