We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278811e commit a1188fdCopy full SHA for a1188fd
src/paket.fs
@@ -271,7 +271,7 @@ let private createDependenciesProvider () =
271
let concatAndLift = String.concat "\n" >> Promise.lift
272
match tags with
273
| [ _ ] ->
274
- ["nuget"; "git"; "github"; "http"; "gist"; "versions"; "source"; "group"
+ ["nuget"; "git"; "github"; "http"; "gist"; "clitool"; "versions"; "source"; "group"
275
"references: strict"; "framework:"; "content: none"; "copy_content_to_output_dir: always"
276
"import_targets:"; "copy_local:"; "redirects:"; "strategy:"; "lowest_matching:"; "generate_load_scripts" ]
277
|> concatAndLift
0 commit comments