We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea9751 commit f3d62baCopy full SHA for f3d62ba
src/test/Fake.Core.IntegrationTests/Fake.DotNet.Cli.fs
@@ -23,6 +23,7 @@ let tests =
23
CustomDownloadDir = Some installerDir }
24
ForceInstall = true
25
CustomInstallDir = Some preparedDir
26
+ Channel = "LTS"
27
Version = DotNet.CliVersion.Coherent })
28
29
let opts = f (DotNet.Options.Create())
@@ -36,6 +37,7 @@ let tests =
36
37
{ option with
38
39
40
41
42
43
@@ -48,6 +50,7 @@ let tests =
48
50
let f = DotNet.install (fun option ->
49
51
52
53
54
55
56
0 commit comments