Skip to content

Commit ba7d140

Browse files
committed
only build winrt for windows8+
1 parent 81993b8 commit ba7d140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ let appRefs =
9292
++ "./projects/client/Unit/**/*.csproj"
9393
++ "./projects/wcf/**/*.csproj"
9494
match buildEnv with
95-
| Mono -> main
96-
| _ ->
95+
| Windows8Plus ->
9796
!! "./projects/**/*.csproj"
97+
| _ -> main
9898

9999
let appGenRef = [ "./projects/client/Apigen/RabbitMQ.Client.Apigen.csproj" ]
100100

0 commit comments

Comments
 (0)