Skip to content

Commit 99eba69

Browse files
committed
Reuse root version.props in Templating
- do not let Templating get behind branding changes
1 parent 12a479d commit 99eba69

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/Templating/version.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
<Project>
2-
<PropertyGroup>
3-
<VersionPrefix>2.1.7</VersionPrefix>
4-
<VersionSuffix>servicing</VersionSuffix>
5-
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND ('$(VersionSuffix)' == 'servicing' OR '$(VersionSuffix)' == 'rtm') ">$(VersionPrefix)</PackageVersion>
6-
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'servicing' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
7-
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>
8-
<FeatureBranchVersionPrefix Condition="'$(FeatureBranchVersionPrefix)' == ''">a-</FeatureBranchVersionPrefix>
9-
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(FeatureBranchVersionSuffix)' != ''">$(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-'))</VersionSuffix>
10-
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
11-
</PropertyGroup>
2+
<Import Project="..\..\version.props" />
123
</Project>

0 commit comments

Comments
 (0)