Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 76d5a23

Browse files
authored
Correcting "Nuget.org" to "NugGet Gallery"
1 parent c430392 commit 76d5a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M08_L15_Package_Management_with_Azure_Artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ When you created the Azure DevOps Artifacts Package Feed, by design, it allows f
229229
5. This results in a list of all HelloWorld packages with the different versions available.
230230
6. Click the **left arrow key** to return to the **EShopOnWebShared** Feed.
231231
7. Click the cogwheel to open **Feed Settings**. Within the Feed Settings page, select **Upstream Sources**.
232-
8. Notice the different Upstream Package Managers for different development languages. Select **Nuget.org** from the list. Press the **Delete** button, Followed by pressing the **Save** button.
232+
8. Notice the different Upstream Package Managers for different development languages. Select **NuGet Gallery** from the list. Press the **Delete** button, followed by pressing the **Save** button.
233233
234-
9. With these saved changed, it will be possible to upload the **HelloWorld** package using the NuGet.exe from the PowerShell Window, by relaunching the following command:
234+
9. With these saved changes, it will be possible to upload the **HelloWorld** package using the NuGet.exe from the PowerShell Window, by relaunching the following command:
235235
236236
```text
237237
.\nuget.exe push -source "EShopOnWebShared" -ApiKey AzDO c:\EShopOnWeb\EShopOnWeb.Shared\HelloWorld\HelloWorld.nupkg

0 commit comments

Comments
 (0)