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 b8d3c7d commit 7484ccfCopy full SHA for 7484ccf
build/scripts/Targets.fs
@@ -14,7 +14,7 @@ open ProcNet
14
15
16
let exec binary args =
17
- Proc.Exec (binary, args |> List.map (fun a -> sprintf "\"%s\"" a) |> List.toArray)
+ Proc.Exec (binary, args |> List.toArray)
18
19
let private restoreTools = lazy(exec "dotnet" ["tool"; "restore"])
20
let private currentVersion =
0 commit comments