File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222 <VersionControlInfo Condition =" '$(VersionControlInfo)' == '' " >(unknown version control revision)</VersionControlInfo >
2323 <BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
2424 <AssemblyVersion >$(VersionPrefix).$(BuildNumber)</AssemblyVersion >
25- <VersionSuffix >build$(BuildNumber)</VersionSuffix >
2625 <PackageVersion >$(VersionPrefix)</PackageVersion >
2726 <PackageVersion Condition =" '$(VersionSuffix)' != '' " >$(PackageVersion)-$(VersionSuffix)</PackageVersion >
27+ <PackageVersionWithBuildNumber >$(PackageVersion)-build$(BuildNumber)</PackageVersionWithBuildNumber >
2828 <AssemblyInformationalVersion >$(PackageVersion) $(VersionControlInfo)</AssemblyInformationalVersion >
2929 </PropertyGroup >
3030
8181 <MakeDir Directories =" build/artifacts" />
8282 <Exec Command =" $(NuGetCommand) pack -o $(MSBuildProjectDirectory)/build/artifacts -Properties Configuration=Release -Version " $(PackageVersion)" -Symbols"
8383 WorkingDirectory=" source/Lucene.Net.Linq" />
84+ <Exec Command =" $(NuGetCommand) pack -o $(MSBuildProjectDirectory)/build/artifacts -Properties Configuration=Release -Version " $(PackageVersionWithBuildNumber)" -Symbols"
85+ WorkingDirectory=" source/Lucene.Net.Linq" />
8486 </Target >
8587
8688 <Target Name =" GenerateVersionInfo" >
You can’t perform that action at this time.
0 commit comments