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

Commit 4d41b7b

Browse files
authored
Merge pull request #677 from massimobonanni/LAB13-TypoOnXXXXXPlaceholder
LAB13: Fix typo placeholder in dotnet pack command for NuGet package creation
2 parents 5a1dff6 + f4e4b08 commit 4d41b7b

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
@@ -153,7 +153,7 @@ In this task, you will create and publish an in-house developed custom NuGet pac
153153
1. Run the following to create a **.nupkg** file from the project (change the value of `XXXXXX` placeholder with a unique string).
154154

155155
```powershell
156-
dotnet pack .\eShopOnWeb.Shared.csproj -p:PackageId=eShopOnWeb-XXXXX.Shared
156+
dotnet pack .\eShopOnWeb.Shared.csproj -p:PackageId=eShopOnWeb-XXXXXX.Shared
157157
```
158158

159159
> **Note**: The **dotnet pack** command builds the project and creates a NuGet package in the **bin\Release** folder. If you don't have a **Release** folder, you can use the **Debug** folder instead.

0 commit comments

Comments
 (0)