Skip to content

Commit

Permalink
GaRelease.bat, ShowBuildMenu.bat, ReleaseProcedure.txt: Simplify buil…
Browse files Browse the repository at this point in the history
…d and push of NuGet packages.
  • Loading branch information
oskarb committed Oct 19, 2013
1 parent e3bc68d commit e8ab3d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GaRelease.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.\Tools\nant\bin\NAnt.exe -t:net-4.0 -D:project.config=release clean package
.\Tools\nant\bin\NAnt.exe -t:net-4.0 -D:project.config=release clean package nugetpushbat
4 changes: 3 additions & 1 deletion ReleaseProcedure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ These are the tasks typically needed to create an official NHibernate release.

* Update download link on NHForge.

* Push nuget packages including the symbol packages.
* Push nuget packages including the symbol packages. The nuget packages
should already be available in the build directory, together with a batch
file to push them.

* In Jira, mark the version as released.

Expand Down
5 changes: 3 additions & 2 deletions ShowBuildMenu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ echo.
goto main-menu

:build-release-package
%NANT% -D:project.config=release clean package
%NANT% -D:project.config=release clean package nugetpushbat
echo.
echo Assuming the build succeeded, your results will be in the build folder.
echo Assuming the build succeeded, your results will be in the build folder,
echo including NuGet packages and tools to push them.
echo.
goto main-menu

Expand Down

0 comments on commit e8ab3d0

Please sign in to comment.