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

Commit 672ea51

Browse files
committed
Add note
1 parent a18d683 commit 672ea51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -156,7 +156,7 @@ In this task, you will create and publish an in-house developed custom NuGet pac
156156
dotnet pack .\eShopOnWeb.Shared.csproj
157157
```
158158
159-
> **Note**: The **dotnet pack** command builds the project and creates a NuGet package in the **bin\Release** folder.
159+
> **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.
160160
161161
> **Note**: Disregard any warnings displayed in the **Administrator: Windows PowerShell** window.
162162

0 commit comments

Comments
 (0)