File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 14
14
<!-- This is used only for build folder -->
15
15
<target name =" get-project-version" >
16
16
<xmlpeek
17
- file =" ${root.dir}/src/NHibernate/NHibernate.csproj"
18
- xpath =" /Project/PropertyGroup/VersionPrefix"
19
- property =" version.prefix" />
20
- <xmlpeek
21
- file =" ${root.dir}/src/NHibernate/NHibernate.csproj"
22
- xpath =" /Project/PropertyGroup/VersionSuffix"
23
- property =" version.suffix" />
24
- <property name =" project.version" value =" ${version.prefix}" if =" ${version.suffix == ''}" />
25
- <property name =" project.version" value =" ${version.prefix}-${version.suffix}" unless =" ${version.suffix == ''}" />
17
+ file =" ${root.dir}/build-common/NHibernate.props"
18
+ xpath =" /Project/PropertyGroup/VersionPrefix"
19
+ property =" version.prefix" />
20
+ <property name =" project.version" value =" ${version.prefix}" />
26
21
</target >
27
22
28
23
<!-- properties used to connect to database for testing -->
You can’t perform that action at this time.
0 commit comments