Go to file
Paul Schneider d117f26c77 seeing some PUT 3 years ago
.vscode ci test 3 years ago
src seeing some PUT 3 years ago
test/nuget.host.tests push 3 years ago
.gitignore refact 3 years ago
.gitlab-ci.yml TODO cli output 3 years ago
LICENSE Add LICENSE 3 years ago
README.md typo 3 years ago
nuget-host.sln sln 3 years ago
omnisharp.json refact 3 years ago

README.md

Usage

dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=<lame-pgserver>;Port=<lame-pqport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"
nuget sources remove -Name lame-dev
nuget sources add -Name lame-dev -Source Http://localhost:5000/packages
nuget push your-lame-versionned.nupkg -ApiKey <lame-api-key> -Source http://lame-url/packages