We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765567a commit d6e81b3Copy full SHA for d6e81b3
doc/RELEASING.md
@@ -77,6 +77,8 @@ release version 2.0.123:
77
- `svn delete` old items
78
- `svn commit`
79
16. push the .nupkg to nuget.org
80
+ - via `dotnet`: `dotnet nuget push <path to package> -s nuget.org -k <your nuget api key>`
81
+ - via `nuget`: `nuget push <path to package> -Source nuget.org -ApiKey <your nuget api key>`
82
17. don't forget to make the docs live: in the logging-log4net-site folder:
83
- `git checkout asf-site`
84
- `git pull --rebase`
0 commit comments