File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ To execute the `Publish` task, press `Ctrl+P` then type `"task publish"` and pre
111111
112112NOTE: the ` Publish ` task does not actually publish to allow for experimentation.
113113If you wish to publish, remove the ` -WhatIf ` parameter on the ` Publish-Module ` command
114- in Build.ps1.
114+ in Build.ps1. But make sure you've modified the module manifest (psd1) file or supplied your own
115+ in order to give your module a unique name and guid.
115116
116117NOTE: the very first time you execute the publish task, you will be prompted for
117118a NuGet API Key. This would normally be the NuGet API Key you are assigned when you
118- create an account of the [ PowerShell Gallery] ( https://www.powershellgallery.com/ ) .
119+ register for an account on the [ PowerShell Gallery] ( https://www.powershellgallery.com/ ) .
119120However since this is just an example of how this feature could work in the future,
120- you can supply any string you want. You will need to enter the api key string at the
121- bottom of the Debug Console window.
121+ you can supply any string you want.
122122
123123For more details on how this works, inspect the ` .vscode\tasks.json ` file and the
124124` Build.ps1 ` file.
You can’t perform that action at this time.
0 commit comments