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 822c40d commit c37d93aCopy full SHA for c37d93a
build/scripts/Testing.fsx
@@ -30,7 +30,7 @@ module Tests =
30
let p = ["xunit"; "-parallel"; "all"; "-xml"; "../.." @@ Paths.Output("TestResults-Desktop-Clr.xml")]
31
match (target, buildingOnTravis) with
32
| (_, true)
33
- | (One, _) -> p |> List.append ["-framework"; "netcoreapp1.1"]
+ | (One, _) -> ["-framework"; "netcoreapp1.1"] |> List.append p
34
| _ -> p
35
36
let dotnet = Tooling.BuildTooling("dotnet")
0 commit comments