Skip to content

Commit c16807e

Browse files
brettfoKevinRansom
authored andcommitted
create packages using build-assigned version number (#5179)
1 parent bb33e27 commit c16807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/FSharp.Compiler.nuget/FSharp.Compiler.Template.nuget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageAuthors Condition="'$(PackageAuthors)' == ''" >Microsoft and F# Software Foundation</PackageAuthors>
1414
<PackageTags Condition="'$(PackageTags)' == ''" >Visual F# Compiler FSharp functional programming</PackageTags>
1515
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\coreclr\bin</OutputPath>
16-
<PreReleaseSuffix Condition="'$(PreRelease)' != 'false'">-rtm-$(BuildRevision.Trim())-0</PreReleaseSuffix>
16+
<PreReleaseSuffix Condition="'$(PreRelease)' != 'false'">-rtm-$(NuGetPackageVersionSuffix)</PreReleaseSuffix>
1717
<PackageVersion>$(FSPackageVersion)$(PreReleaseSuffix)</PackageVersion>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)