Skip to content

Commit f3d62ba

Browse files
committed
use lts
1 parent 7ea9751 commit f3d62ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/Fake.Core.IntegrationTests/Fake.DotNet.Cli.fs

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let tests =
2323
CustomDownloadDir = Some installerDir }
2424
ForceInstall = true
2525
CustomInstallDir = Some preparedDir
26+
Channel = "LTS"
2627
Version = DotNet.CliVersion.Coherent })
2728

2829
let opts = f (DotNet.Options.Create())
@@ -36,6 +37,7 @@ let tests =
3637
{ option with
3738
ForceInstall = true
3839
CustomInstallDir = Some preparedDir
40+
Channel = "LTS"
3941
Version = DotNet.CliVersion.Coherent })
4042

4143
let opts = f (DotNet.Options.Create())
@@ -48,6 +50,7 @@ let tests =
4850
let f = DotNet.install (fun option ->
4951
{ option with
5052
ForceInstall = true
53+
Channel = "LTS"
5154
CustomInstallDir = Some preparedDir
5255
Version = DotNet.CliVersion.Coherent })
5356

0 commit comments

Comments
 (0)