Skip to content

Commit

Permalink
we don't actually want to change the API type, neither re-evaluate th…
Browse files Browse the repository at this point in the history
…e lazy Seq.
  • Loading branch information
Thorium committed Sep 24, 2024
1 parent 10f431c commit f66dcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/Fake.Runtime/SdkAssemblyResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,11 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
releases
|> Seq.map (fun release -> release.Runtime.Version.ToString())
|> Seq.distinct
|> Seq.toList

if this.LogLevel.PrintVerbose then
versions
|> Seq.iter (fun version -> Trace.trace $"Resolved runtime version: {version}")
|> List.iter (fun version -> Trace.trace $"Resolved runtime version: {version}")

versions

Expand Down

0 comments on commit f66dcb8

Please sign in to comment.