File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33Module Name : Microsoft.PowerShell.PSResourceGet
44ms.custom : 1.1.1
5- ms.date : 10/31/2024
5+ ms.date : 05/14/2025
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/publish-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77schema : 2.0.0
88---
@@ -60,7 +60,7 @@ Publish-PSResource -Path c:\TestModule -Repository PSGallery -APIKey '1234567'
6060
6161### Example 3
6262
63- This example publishes the module Nupkg ** TestModule.nupkg** to a repositroy named TestRepository.
63+ This example publishes the module Nupkg ** TestModule.nupkg** to a repository named TestRepository.
6464
6565``` powershell
6666Publish-PSResource -NupkgPath c:\TestModule.nupkg -Repository TestRepository
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
121121# ## -ModulePrefix
122122
123- This is a dynamic parameter that is only available on the command line when you have supplied the
123+ This is a dynamic parameter that's only available on the command line when you have supplied the
124124**Path** or **Nupkg** parameters and the **Repository** parameter for a `ContainerRegistry`
125125repository.
126126
You can’t perform that action at this time.
0 commit comments