Skip to content

Commit e8ab3d0

Browse files
committedOct 19, 2013
GaRelease.bat, ShowBuildMenu.bat, ReleaseProcedure.txt: Simplify build and push of NuGet packages.
1 parent e3bc68d commit e8ab3d0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎GaRelease.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

‎ReleaseProcedure.txt

+3-1
Original file line numberDiff line numberDiff 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

‎ShowBuildMenu.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ echo.
169169
goto main-menu
170170

171171
:build-release-package
172-
%NANT% -D:project.config=release clean package
172+
%NANT% -D:project.config=release clean package nugetpushbat
173173
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.
175176
echo.
176177
goto main-menu
177178

0 commit comments

Comments
 (0)
Please sign in to comment.