mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6e346f84c1
The default command to setup a NuGet registry from the command line is: ``` dotnet nuget add source --name Gitea --username your_username --password your_token <gitea-origin-url/> ``` The feed name `Gitea` is hard-coded into the command template, so each registry will by default have the same feed name. I know templates can be overridden using the `custom` folder. But in my opinion, it's a good practice to make a slight change in the default template to make the feed name more context specific: ``` dotnet nuget add source --name {{.PackageDescriptor.Owner.Name}} --username your_username --password your_token <gitea-origin-url/> ``` |
2 years ago | |
---|---|---|
.. | ||
admin | 2 years ago | |
api/packages/pypi | 2 years ago | |
base | 2 years ago | |
code | 2 years ago | |
custom | 5 years ago | |
devtest | 2 years ago | |
explore | 2 years ago | |
2 years ago | ||
org | 2 years ago | |
package | 2 years ago | |
projects | 2 years ago | |
repo | 2 years ago | |
shared | 2 years ago | |
status | 2 years ago | |
swagger | 2 years ago | |
user | 2 years ago | |
home.tmpl | 2 years ago | |
install.tmpl | 2 years ago | |
post-install.tmpl | 2 years ago |