Skip to content

Commit 9425295

Browse files
authored
Merge branch 'release/dev17.10' into merges/main-to-release/dev17.10
2 parents 51013da + 891a53a commit 9425295

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+331
-305
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<BUILDING_USING_DOTNET>true</BUILDING_USING_DOTNET>
1818
</PropertyGroup>
1919

20+
<PropertyGroup Condition="'$(SolutionName)' == 'FSharp.Benchmarks' and '$(BUILDING_USING_DOTNET)' != 'false'">
21+
<BUILDING_USING_DOTNET>true</BUILDING_USING_DOTNET>
22+
</PropertyGroup>
23+
2024
<!-- Temporary workaround if proj-info is used, allows Ionide's evaluation to work correctly. -->
2125
<PropertyGroup Condition="'$(BUILDING_USING_DOTNET)' != 'false' and '$(DotnetProjInfo)' == 'true'">
2226
<BUILDING_USING_DOTNET>true</BUILDING_USING_DOTNET>

eng/Publishing.props

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<Project>
2-
<PropertyGroup>
3-
<PublishingVersion>3</PublishingVersion>
4-
</PropertyGroup>
2+
3+
<ItemGroup>
4+
<!--
5+
Additional packages needed to avoid prebuilts in VMR - https://github.com/dotnet/source-build/issues/4203
6+
-->
7+
<ItemsToPushToBlobFeed Include="$(ArtifactsPackagesDir)Dependency\**\*.nupkg"
8+
IsShipping="true"
9+
UploadPathSegment="Runtime"
10+
Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
11+
</ItemGroup>
12+
513
</Project>

src/Compiler/xlf/FSComp.txt.cs.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.de.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.es.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.fr.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.it.xlf

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.ja.xlf

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)