You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,30 +15,30 @@ A NuGet feed provides a convenient way to include package sources in a project.
15
15
To set up a NuGet feed:
16
16
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.
- Reference `NuGet.Config` in your `.gitignore` file so you don't accidentally commit credentials to your source repository.
@@ -52,5 +52,7 @@ To set up a NuGet feed:
52
52
```
53
53
54
54
55
+
## Next steps
56
+
55
57
Once you have completed the above steps, the next time you run `vsce up` (or hit `F5` in VSCode or Visual Studio), Connected Environment will synchronize the `NuGet.Config` file to Azure, which is then utilized by `dotnet restore` to install package dependencies in the container.
0 commit comments