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

Commit 9c389fc

Browse files
authored
Quick add to notes
deleted note mentioning single package (upstream shows more) and note for fix on update!
1 parent 47f04db commit 9c389fc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Instructions/Labs/AZ400_M07_Package_Management_with_Azure_Artifacts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ In this task, you will import a NuGet package.
195195
1. In the **Solution Explorer** pane, right-click the **References** node under the **PartsUnlimitedWebsite** project and, in the right-click menu, select **Manage NuGet Packages**. This will open the **NuGet: PartsUnlimitedWebsite** tab in the central pane of the window.
196196
1. In the **NuGet: PartsUnlimitedWebsite** pane, click the **Browse** tab and, in the **Package source** drop-down list in the upper right corner of the pane, select **PartsUnlimitedShared**.
197197
198-
> **Note**: The list of packages will consist only of the single package you just added.
199-
200198
1. Select the package and, in the **PartsUnlimited.Shared** pane, click **Install** to add it to the project.
201199
1. When prompted, in the **Preview Changes** dialog box, click **OK**.
202200
1. Press **Ctrl+Shift+B** to build the project and verify that the build completed successfully.
@@ -262,7 +260,8 @@ In this task, you will update a NuGet package.
262260
263261
1. In the **NuGet: PartsUnlimitedWebsite** pane, click the **Updates** tab, in the search textbox, type **PartsUnlimited.Shared** and, on the right-hand side of the pane, next to the **Version: Latest stable 1.1.0** dropdown list, click **Update** to install the new version.
264262
265-
> **Note**: There may be many NuGet updates available, but you should only need to update **PartsUnlimited.Shared**. Note that it may take a little while for the package to become completely available for updating. If you get an error, wait a moment and try again.
263+
> **Note**: There may be many NuGet updates available, but you should only need to update **PartsUnlimited.Shared**. Note that it may take a little while for the package to become completely available for updating. If you get an error, wait a moment and try again. You can also try clearing the NuGet cache : VS –> Tools –> Nuget Package Manager –> Package manager Settings –> General.
264+
266265
267266
1. When prompted, in the **Preview Changes** dialog box, click **OK**.
268267
1. Press the **F5** key to build and run the site. Verify that it works as expected.

0 commit comments

Comments
 (0)