Include build number in VersionSuffix
This commit is contained in:
parent
a7593fdd19
commit
85c7458b4e
|
|
@ -1,3 +1,7 @@
|
|||
<Project>
|
||||
<Import Project="version.xml" />
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue