File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ These are the tasks typically needed to create an official NHibernate release.
15
15
* Perform the release build including running all tests (GaRelease.bat or
16
16
ShowBuildMenu.bat).
17
17
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
+
18
25
* If no error or other issue requiring further changes occured, tag the
19
26
current git HEAD with a tag according to version number. Don't forget to
20
27
push the tag to github.
You can’t perform that action at this time.
0 commit comments