Skip to content

Commit 129fb5e

Browse files
authored
Update number-lookup.md
add command in addition to contributing guide link
1 parent 78965e6 commit 129fb5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/communication-services/quickstarts/telephony/number-lookup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ dotnet build
5151
```
5252

5353
### Connect to dev package feed
54-
The private preview version of the SDK is published to the dev NuGet package feed. Directions for connecting to the dev feed can be found in the [contributing](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#nuget-package-dev-feed) guide.
54+
The private preview version of the SDK is published to a dev package feed. You can add the dev feed using the [NuGet CLI](https://docs.microsoft.com/nuget/reference/nuget-exe-cli-reference), which will add it to the NuGet.Config file.
55+
56+
```console
57+
nuget sources add -Name "Azure SDK for .NET Dev Feed" -Source "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json"
58+
```
59+
60+
More detailed information and other options for connecting to the dev feed can be found in the [contributing guide](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#nuget-package-dev-feed).
5561

5662
### Install the package
5763

0 commit comments

Comments
 (0)