File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- .\Tools\nant\bin\NAnt.exe -t:net-4.0 -D:project.config=release clean package
1+ .\Tools\nant\bin\NAnt.exe -t:net-4.0 -D:project.config=release clean package nugetpushbat
Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ These are the tasks typically needed to create an official NHibernate release.
3131
3232 * Update download link on NHForge.
3333
34- * Push nuget packages including the symbol packages.
34+ * Push nuget packages including the symbol packages. The nuget packages
35+ should already be available in the build directory, together with a batch
36+ file to push them.
3537
3638 * In Jira, mark the version as released.
3739
Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ echo.
169169goto main-menu
170170
171171:build-release-package
172- %NANT% -D:project.config=release clean package
172+ %NANT% -D:project.config=release clean package nugetpushbat
173173echo .
174- echo Assuming the build succeeded, your results will be in the build folder.
174+ echo Assuming the build succeeded, your results will be in the build folder,
175+ echo including NuGet packages and tools to push them.
175176echo .
176177goto main-menu
177178
You can’t perform that action at this time.
0 commit comments