Skip to content

Commit b6ff63f

Browse files
authored
[main] Source code updates from dotnet/dotnet (#49592)
2 parents 5818402 + f238145 commit b6ff63f

File tree

6 files changed

+348
-346
lines changed

6 files changed

+348
-346
lines changed

eng/Publishing.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
1414
These packages have already been signed by the FSharp build so we don't need to re-include them for signing. -->
1515
<PropertyGroup Condition="'$(EnableDefaultArtifacts)' == 'true'">
16-
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)' != 'release'">Shipping</FSharpCorePath>
16+
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)' == ''">Shipping</FSharpCorePath>
17+
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)' == 'prerelease'">PreRelease</FSharpCorePath>
1718
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)' == 'release'">Release</FSharpCorePath>
1819

1920
<!--

0 commit comments

Comments
 (0)