Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
1. Contributing Repository
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
community features
1. Contributing Repository
Commits
f033d939
Commit
f033d939
authored
6 years ago
by
David Schimmel
Browse files
Options
Downloads
Patches
Plain Diff
Docs - Add to NuGet local workflow
parent
1e85a179
No related branches found
No related tags found
No related merge requests found
Pipeline
#113269
passed
6 years ago
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/nuget.md
+8
-8
8 additions, 8 deletions
docs/nuget.md
with
8 additions
and
8 deletions
docs/nuget.md
+
8
−
8
View file @
f033d939
...
...
@@ -9,14 +9,14 @@ For more detailed instructions see: [medium.com/@churi.vibhav/creating-and-using
The basic steps are:
1.
Go to the location of your NuGet package and add it to your local NuGet repository:
```
>nuget add <package_id>.nupkg -source <source_path>\<nuget_repo_name>
```
You can navigate to the source path (
<source_path>
\\
<nuget_repo_name>
) and call
```
>tree
```
and you should see the added package in the repository tree.
```
>nuget add <package_id>.nupkg -source <source_path>\<nuget_repo_name>
```
You can navigate to the source path (
<source_path>
\\
<nuget_repo_name>
) and call
```
>tree
```
and you should see the added package in the repository tree.
2.
To import the local package, open the project that you want to include the package in Visual Studio.
3.
In the solution explorer, right click the solution => click "manage NuGet packages for solution..."
4.
Click settings (little gear icon near "Manage Packages for Solution" in the top right corner).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment