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

Commit c91b9c1

Browse files
authored
Merge pull request #345 from sayedimac/patch-2
Update AZ400_M08_L18_Package_Management_with_Azure_Artifacts.md
2 parents d1fc716 + faa50d6 commit c91b9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M08_L18_Package_Management_with_Azure_Artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ In this task, you will create and publish a NuGet package.
146146
1. In the same File Explorer window, select the **File** menu header, in the dropdown menu, select **Open Windows PowerShell**, and, in the cascading menu, click **Open Windows PowerShell as administrator**.
147147
1. In the **Administrator: Windows PowerShell** window, run the following to create a **.nupkg** file from the project.
148148

149-
> **Note**: This is a shortcut to package the NuGet bits for deployment. NuGet is highly customizable. To learn more, refer to the [NuGet package creation page](https://docs.microsoft.com/en-us/nuget/create-packages/overview-and-workflowhttps:/docs.microsoft.com/en-us/nuget/create-packages/overview-and-workflow).
149+
> **Note**: This is a shortcut to package the NuGet bits for deployment. NuGet is highly customizable. To learn more, refer to the [NuGet package creation page](https://docs.microsoft.com/en-us/nuget/create-packages/overview-and-workflow).
150150
151151
```
152152
./nuget.exe pack ./PartsUnlimited.Shared.csproj

0 commit comments

Comments
 (0)