This commit is contained in:
Paul Schneider
2021-06-27 01:53:00 +01:00
parent ae6abc104a
commit 5de53a3cba
256 changed files with 22 additions and 22 deletions

View File

@ -4,10 +4,10 @@
dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=<lame-pgserver>;Port=<lame-pgport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"
nuget-host&
appled&
# 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
applec push -k <lame-api-key> -s http://localhost:5000/packages your-lame-versionned.nupkg
````