Skip to content

Commit d6e81b3

Browse files
committed
📝 update RELEASING.md with explicit nuget publish instructions
1 parent 765567a commit d6e81b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ release version 2.0.123:
7777
- `svn delete` old items
7878
- `svn commit`
7979
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>`
8082
17. don't forget to make the docs live: in the logging-log4net-site folder:
8183
- `git checkout asf-site`
8284
- `git pull --rebase`

0 commit comments

Comments
 (0)