Update runtime publishing to the release/2.1 channel

This commit is contained in:
Nate McMaster 2018-01-26 12:06:25 -08:00
parent 6ba5e8cadf
commit 9e89e28f49
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<!-- Even though we build from 'dev', this is set to 'master' to align with the dotnet-CLI channel name for their 'dev' branch. -->
<SharedFxCliBlobChannel>master</SharedFxCliBlobChannel>
<SharedFxCliBlobChannel>release/2.1</SharedFxCliBlobChannel>
</PropertyGroup>
</Project>