Go to file
Paul Schneider b6098c28a6 refact 3 years ago
.vscode refact 3 years ago
src refact 3 years ago
test/nuget.host.tests sln 3 years ago
.gitignore refact 3 years ago
.gitlab-ci.yml artifacts 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