Go to file
Paul Schneider a5d6e08945 Merge branch 'set-sast-config-1' into 'master'
Set .gitlab-ci.yml to enable or configure SAST

See merge request Paul/nuget-host!1
3 years ago
.vscode cli to msbuild 3 years ago
contrib nugetd 3 years ago
src re-ignore already present 3 years ago
test/nuget.host.tests Don't merge. 3 years ago
.gitignore refact 3 years ago
.gitlab-ci.yml Set .gitlab-ci.yml to enable or configure SAST 3 years ago
LICENSE Add LICENSE 3 years ago
README.md no more nuget 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-pgport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"

nuget-host&

# get an api-key from <http://localhost:5000/ApkKeys>

nuget-cli push -k <lame-api-key> -s http://localhost:5000/packages your-lame-versionned.nupkg