Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit a1d01f3

Browse files
LAB13-EX01-TASK03-STEP01: The CD command is wrog because the student is two folders in the hierarchy respect to the one you need to move on
1 parent 80b0b67 commit a1d01f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/Labs/AZ400_M07_L13_Package_Management_with_Azure_Artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Besides developing your own packages, why not using the Open Source NuGet (<http
194194

195195
In this task, we will use a generic "Newtonsoft.Json" sample package, but you can use the same approach for other packages in the library.
196196

197-
1. From the same PowerShell window used in the previous task to push the new package, navigate back to the **eShopOnWeb.Shared** folder (`cd..`), and run the following **dotnet** command to install the sample package:
197+
1. From the same PowerShell window used in the previous task to push the new package, navigate back to the **eShopOnWeb.Shared** folder (`cd ../..`), and run the following **dotnet** command to install the sample package:
198198

199199
```powershell
200200
dotnet add package Newtonsoft.Json

0 commit comments

Comments
 (0)