No description
  • C# 33%
  • SCSS 30.8%
  • CSS 26.3%
  • JavaScript 4.8%
  • HTML 4.7%
  • Other 0.4%
Find a file
Paul Schneider c14adcdd80 try++
2021-06-16 20:19:08 +01:00
.vscode cli to msbuild 2021-05-14 03:15:34 +01:00
contrib nugetd 2021-05-23 01:00:57 +01:00
src link warn & deploy to gitlab 2021-06-14 00:46:09 +01:00
test/nuget.host.tests Don't merge. 2021-05-14 01:41:52 +01:00
.gitignore refact 2021-05-10 23:03:59 +01:00
.gitlab-ci.yml try++ 2021-06-16 20:19:08 +01:00
LICENSE Add LICENSE 2021-05-08 14:59:27 +00:00
nuget-host.sln sln 2021-05-10 21:36:08 +01:00
omnisharp.json refact 2021-05-09 13:45:55 +01:00
README.md no more nuget 2021-05-14 21:48:01 +01:00

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