We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb33e27 commit c16807eCopy full SHA for c16807e
src/fsharp/FSharp.Compiler.nuget/FSharp.Compiler.Template.nuget.props
@@ -13,7 +13,7 @@
13
<PackageAuthors Condition="'$(PackageAuthors)' == ''" >Microsoft and F# Software Foundation</PackageAuthors>
14
<PackageTags Condition="'$(PackageTags)' == ''" >Visual F# Compiler FSharp functional programming</PackageTags>
15
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\coreclr\bin</OutputPath>
16
- <PreReleaseSuffix Condition="'$(PreRelease)' != 'false'">-rtm-$(BuildRevision.Trim())-0</PreReleaseSuffix>
+ <PreReleaseSuffix Condition="'$(PreRelease)' != 'false'">-rtm-$(NuGetPackageVersionSuffix)</PreReleaseSuffix>
17
<PackageVersion>$(FSPackageVersion)$(PreReleaseSuffix)</PackageVersion>
18
</PropertyGroup>
19
0 commit comments