File tree 3 files changed +7
-4
lines changed
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.
31
31
32
32
* Update download link on NHForge.
33
33
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.
35
37
36
38
* In Jira, mark the version as released.
37
39
Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ echo.
169
169
goto main-menu
170
170
171
171
:build-release-package
172
- %NANT% -D:project.config=release clean package
172
+ %NANT% -D:project.config=release clean package nugetpushbat
173
173
echo .
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.
175
176
echo .
176
177
goto main-menu
177
178
You can’t perform that action at this time.
0 commit comments