Go to file
Paul Schneider 6a59f776d5 refact 3 years ago
.vscode refact 3 years ago
src/nuget-host refact 3 years ago
test/nuget.host.tests refact 3 years ago
.gitignore refact 3 years ago
.gitlab-ci.yml api key unprotected 3 years ago
LICENSE Add LICENSE 3 years ago
README.md typo 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