Add docs how to add the NuGet feed

This commit is contained in:
Peter 2022-01-27 10:48:00 +01:00
parent 56b77353f2
commit 752bd9d8f5
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9
2 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
.pre-commit-config.yaml = .pre-commit-config.yaml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{07100561-E3C0-4B95-92E1-D2D3BA12C3A6}"

View file

@ -1,2 +1,12 @@
# 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
```