Skip to content

Commit 18425ed

Browse files
authored
Merge branch release/2.1 to release/2.2 (#6754)
* Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725) * Move dotnet watch to a seperate test group (#6730) * Reuse root `version.props` in Templating - do not let Templating get behind branding changes * Revert "Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725)" (#6753) This reverts commit 563ff7c. * Revert file watch test changes
1 parent 5b56de9 commit 18425ed

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.2.2</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)