Skip to content

Commit cdd60e8

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ You're now ready to publish the package to nuget.org using the NuGet CLI. (Alter
146146
```bash
147147
nuget push AppLogger.1.0.0.0.nupkg 47be3377-c434-4c29-8576-af7f6993a54b -Source https://www.nuget.org/api/v2/package
148148
```
149+
```powershell
150+
nuget push AppLogger.1.0.0.0.nupkg 47be3377-c434-4c29-8576-af7f6993a54b -Source https://www.nuget.org/api/v2/package
151+
```
149152

150153
1. You should then see something like the following:
151154

@@ -155,6 +158,13 @@ You're now ready to publish the package to nuget.org using the NuGet CLI. (Alter
155158
Created https://www.nuget.org/api/v2/package/ 6829ms
156159
Your package was pushed.
157160
```
161+
162+
```powershell
163+
Pushing AppLogger.1.0.0.0.nupkg to 'https://www.nuget.org/api/v2/package'...
164+
PUT https://www.nuget.org/api/v2/package/
165+
Created https://www.nuget.org/api/v2/package/ 6829ms
166+
Your package was pushed.
167+
```
158168

159169
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:
160170

0 commit comments

Comments
 (0)