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