From 9289b3af910a0b687c773f0aba3e9c578d150113 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 14 May 2021 21:48:01 +0100 Subject: [PATCH] no more nuget --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27eeaa9..f90a7f8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Usage ````sh -dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=;Port=;Database=;Username=;Password=;" -nuget sources remove -Name lame-dev -nuget sources add -Name lame-dev -Source Http://localhost:5000/packages -nuget push your-lame-versionned.nupkg -ApiKey -Source http://lame-url/packages + +dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=;Port=;Database=;Username=;Password=;" + +nuget-host& + +# get an api-key from + +nuget-cli push -k -s http://localhost:5000/packages your-lame-versionned.nupkg ````