Skip to content

Commit 99dcc98

Browse files
committed
Updates to NuGet.exe and release procedure.
1 parent 33187cf commit 99dcc98

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ReleaseProcedure.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ These are the tasks typically needed to create an official NHibernate release.
1515
* Perform the release build including running all tests (GaRelease.bat or
1616
ShowBuildMenu.bat).
1717

18+
NOTE: If you prefer to keep your source code in a path like e.g.:
19+
C:\Users\Something\Long\Projects\nhibernate-core
20+
you may want to issue a command like:
21+
subst P: C:\Users\Something\Long\Projects
22+
And then change to P:\nhibernate-core before building. This will avoid
23+
displaying a long user-specific path in public symbol files.
24+
1825
* If no error or other issue requiring further changes occured, tag the
1926
current git HEAD with a tag according to version number. Don't forget to
2027
push the tag to github.

Tools/NuGet.exe

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)