Skip to content

Commit

Permalink
Merge pull request #26519 from brettfo/build-moniker
Browse files Browse the repository at this point in the history
update nuget package moniker to `beta6`
  • Loading branch information
brettfo authored Apr 30, 2018
2 parents dd6ee9c + da55cf9 commit e595ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Targets/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- The release moniker for our packages. Developers should use "dev" and official builds pick the branch
moniker listed below -->
<RoslynNuGetMoniker Condition="'$(RoslynNuGetMoniker)' == ''">dev</RoslynNuGetMoniker>
<RoslynNuGetMoniker Condition="'$(OfficialBuild)' == 'true'">beta4</RoslynNuGetMoniker>
<RoslynNuGetMoniker Condition="'$(OfficialBuild)' == 'true'">beta6</RoslynNuGetMoniker>

<!-- This is the base of the NuGet versioning for prerelease packages -->
<NuGetPreReleaseVersion>$(RoslynFileVersionBase)-$(RoslynNuGetMoniker)</NuGetPreReleaseVersion>
Expand Down

0 comments on commit e595ee2

Please sign in to comment.