No description
  • C# 33%
  • SCSS 30.8%
  • CSS 26.3%
  • JavaScript 4.8%
  • HTML 4.7%
  • Other 0.4%
Find a file
Paul Schneider c2f38800aa ...
2021-05-13 23:05:19 +01:00
.vscode ci test 2021-05-11 20:52:39 +01:00
src ... 2021-05-13 23:05:19 +01:00
test/nuget.host.tests push 2021-05-11 23:01:11 +01:00
.gitignore refact 2021-05-10 23:03:59 +01:00
.gitlab-ci.yml TODO cli output 2021-05-11 23:44:43 +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 typo 2021-05-08 22:01:37 +01:00

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