Skip to content

Commit 85f4802

Browse files
committed
Add metadata block and use longer form for the title
1 parent 661d84f commit 85f4802

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

connected-environment/how-to/use-custom-NuGet-feed.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Use a custom NuGet feed
2-
3-
A NuGet feed provides a convenient way to include package sources in a project. Connected Environment will need to be able to access this feed in order dependencies to be properly installed in the Docker container.
1+
---
2+
title: "How to use a custom NuGet feed in a connected environment| Microsoft Docs"
3+
author: "johnsta"
4+
ms.author: "johnsta"
5+
ms.date: "3/27/2018"
6+
ms.topic: "article"
7+
description: "Use a custom NuGet feed to access and use NuGet packages in a connected environment."
8+
keywords: "Docker, Kubernetes, Azure, AKS, Azure Container Service, containers"
9+
manager: "ghogen"
10+
---
11+
# Use a custom NuGet feed in a connected environment
12+
13+
A NuGet feed provides a convenient way to include package sources in a project. Connected Environment will need to be able to access this feed in order for dependencies to be properly installed in the Docker container.
414

515
To set up a NuGet feed:
616
1. Add a [package reference](https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files) in the `*.csproj` file under the `PackageReference` node.

0 commit comments

Comments
 (0)