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.
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 | |
---|---|---|
.. | ||
cargo.tmpl | 2 years ago | |
chef.tmpl | 2 years ago | |
composer.tmpl | 2 years ago | |
composer_dependencies.tmpl | 3 years ago | |
conan.tmpl | 2 years ago | |
conda.tmpl | 2 years ago | |
container.tmpl | 2 years ago | |
generic.tmpl | 2 years ago | |
helm.tmpl | 2 years ago | |
maven.tmpl | 2 years ago | |
npm.tmpl | 2 years ago | |
npm_dependencies.tmpl | 3 years ago | |
nuget.tmpl | 2 years ago | |
pub.tmpl | 2 years ago | |
pypi.tmpl | 2 years ago | |
rubygems.tmpl | 2 years ago | |
rubygems_dependencies.tmpl | 3 years ago | |
swift.tmpl | 2 years ago | |
vagrant.tmpl | 2 years ago |