You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M07_Package_Management_with_Azure_Artifacts.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,8 +195,6 @@ In this task, you will import a NuGet package.
195
195
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.
196
196
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**.
197
197
198
-
> **Note**: The list of packages will consist only of the single package you just added.
199
-
200
198
1. Select the package and, in the **PartsUnlimited.Shared** pane, click **Install** to add it to the project.
201
199
1. When prompted, in the **Preview Changes** dialog box, click **OK**.
202
200
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.
262
260
263
261
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.
264
262
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
+
266
265
267
266
1. When prompted, in the **Preview Changes** dialog box, click **OK**.
268
267
1. Press the **F5** key to build and run the site. Verify that it works as expected.
0 commit comments