Skip to content

Commit 9d81ff3

Browse files
authored
Update Create-and-Publish-a-Package.md
1 parent 392742a commit 9d81ff3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Quickstart/Create-and-Publish-a-Package.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,18 @@ You're now ready to publish the package to nuget.org using the NuGet CLI. (Alter
143143

144144
1. At a command prompt, run the following command, replacing the key with the value copied in step 3:
145145

146+
```bash
146147
nuget push AppLogger.1.0.0.0.nupkg 47be3377-c434-4c29-8576-af7f6993a54b -Source https://www.nuget.org/api/v2/package
148+
```
147149

148150
1. You should then see something like the following:
149151

152+
```bash
150153
Pushing AppLogger.1.0.0.0.nupkg to 'https://www.nuget.org/api/v2/package'...
151154
PUT https://www.nuget.org/api/v2/package/
152155
Created https://www.nuget.org/api/v2/package/ 6829ms
153-
Your package was pushed.
154-
156+
Your package was pushed.
157+
```
155158

156159
1. In your account on nuget.org, click **Manage my packages** to see the one that you just published; you'll also receive a confirmation email. Note that it might take a while for your package to be indexed and appear in search results where others can find it, during which time you'll see the following message on your package page:
157160

@@ -168,4 +171,4 @@ And that's it! You've just created and published your first NuGet package to [nu
168171
- [Publish a Package](../create-packages/publish-a-package.md)
169172
- [Support multiple target frameworks](../create-packages/supporting-multiple-target-frameworks.md)
170173
- [Dependency versions](../create-packages/dependency-versions.md)
171-
- [Creating localized packages](../create-packages/creating-localized-packages.md)
174+
- [Creating localized packages](../create-packages/creating-localized-packages.md)

0 commit comments

Comments
 (0)