no more nuget
This commit is contained in:
parent
90cfc29492
commit
9289b3af91
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -1,9 +1,13 @@
|
|||
# Usage
|
||||
|
||||
````sh
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
````
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue