Skip to content

Commit

Permalink
use lts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Aug 17, 2019
1 parent 7ea9751 commit f3d62ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/Fake.Core.IntegrationTests/Fake.DotNet.Cli.fs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let tests =
CustomDownloadDir = Some installerDir }
ForceInstall = true
CustomInstallDir = Some preparedDir
Channel = "LTS"
Version = DotNet.CliVersion.Coherent })

let opts = f (DotNet.Options.Create())
Expand All @@ -36,6 +37,7 @@ let tests =
{ option with
ForceInstall = true
CustomInstallDir = Some preparedDir
Channel = "LTS"
Version = DotNet.CliVersion.Coherent })

let opts = f (DotNet.Options.Create())
Expand All @@ -48,6 +50,7 @@ let tests =
let f = DotNet.install (fun option ->
{ option with
ForceInstall = true
Channel = "LTS"
CustomInstallDir = Some preparedDir
Version = DotNet.CliVersion.Coherent })

Expand Down

0 comments on commit f3d62ba

Please sign in to comment.