Add docs how to add the NuGet feed
This commit is contained in:
parent
56b77353f2
commit
752bd9d8f5
2 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
.gitlab-ci.yml = .gitlab-ci.yml
|
.gitlab-ci.yml = .gitlab-ci.yml
|
||||||
.pre-commit-config.yaml = .pre-commit-config.yaml
|
.pre-commit-config.yaml = .pre-commit-config.yaml
|
||||||
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07100561-E3C0-4B95-92E1-D2D3BA12C3A6}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07100561-E3C0-4B95-92E1-D2D3BA12C3A6}"
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,2 +1,12 @@
|
||||||
# client-dotnet
|
# client-dotnet
|
||||||
|
|
||||||
|
## NuGet source
|
||||||
|
|
||||||
|
```shell
|
||||||
|
dotnet nuget add source \
|
||||||
|
https://gitlab.com/api/v4/projects/24385200/packages/nuget/index.json \
|
||||||
|
-n GitLabInetMock \
|
||||||
|
-u gitlab+deploy-token-776107 \
|
||||||
|
-p 3FLWym5gfajuJNhBKvWV \
|
||||||
|
--store-password-in-clear-text
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue