Skip to content

Commit

Permalink
rebrand to rtm and increase the assembly number (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 authored Jan 31, 2019
1 parent d2845ab commit 736655c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<SdkTargetBranches Condition="'$(OverrideCliTargetBranches)' == ''">$(CliBranchForTesting);release/2.1.6xx</SdkTargetBranches>
<!-- We need to update this netcoreassembly build number with every milestone to workaround any breaking api
changes we might have made-->
<NetCoreAssemblyBuildNumber Condition=" '$(NetCoreAssemblyBuildNumber)' == '' ">3</NetCoreAssemblyBuildNumber>
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">preview$(NetCoreAssemblyBuildNumber)</ReleaseLabel>
<NetCoreAssemblyBuildNumber Condition=" '$(NetCoreAssemblyBuildNumber)' == '' ">4</NetCoreAssemblyBuildNumber>
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">rtm</ReleaseLabel>
</PropertyGroup>

<!-- Dependency versions -->
Expand Down

0 comments on commit 736655c

Please sign in to comment.