Skip to content

Commit 1cee523

Browse files
authored
Merge branch 'release/dev17.10' into merges/main-to-release/dev17.10
2 parents 3a72f0f + 7c217c4 commit 1cee523

16 files changed

+401
-373
lines changed

Directory.Build.props

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

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

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ stages:
8686
# Signed build #
8787
#-------------------------------------------------------------------------------------------------------------------#
8888
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
89-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.9') }}:
89+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.10') }}:
9090
- template: /eng/common/templates/job/onelocbuild.yml
9191
parameters:
9292
MirrorRepo: fsharp
93-
MirrorBranch: release/dev17.9
93+
MirrorBranch: release/dev17.10
9494
LclSource: lclFilesfromPackage
9595
LclPackageId: 'LCL-JUNO-PROD-FSHARP'
9696
- template: /eng/common/templates/jobs/jobs.yml
@@ -816,8 +816,8 @@ stages:
816816
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
817817
- template: eng/release/insert-into-vs.yml
818818
parameters:
819-
componentBranchName: refs/heads/release/dev17.9
820-
insertTargetBranch: rel/d17.9
819+
componentBranchName: refs/heads/release/dev17.10
820+
insertTargetBranch: main
821821
insertTeamEmail: [email protected]
822822
insertTeamName: 'F#'
823823
completeInsertion: 'auto'

tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/BackgroundCompilerBenchmarks.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ open FSharp.Compiler.CodeAnalysis
66
open FSharp.Compiler.Text
77
open FSharp.Compiler.Diagnostics
88
open FSharp.Test.ProjectGeneration
9+
open BenchmarkDotNet.Engines
910
open FSharp.Benchmarks.Common.Categories
1011

1112
[<MemoryDiagnoser>]

vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf

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

vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf

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

vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf

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

0 commit comments

Comments
 (0)