Browse Source

Build: no longer explicitly pass StrongName=false to dotnet tool

arrays
Christoph Ruegg 7 years ago
parent
commit
fa9e12de83
  1. 1
      build/build-framework.fsx

1
build/build-framework.fsx

@ -66,7 +66,6 @@ let msbuildSN targets configuration project =
let dotnet workingDir command =
let properties =
[
yield "StrongName", "False"
]
let suffix = properties |> List.map (fun (name, value) -> sprintf """ /p:%s="%s" """ name value) |> String.concat ""
DotNetCli.RunCommand

Loading…
Cancel
Save