File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "solution": {
3+ "path": "FSharp.Data.GraphQL.sln",
4+ "projects": [
5+ "samples\\chat-app\\server\\chat-app.fsproj",
6+ "samples\\relay-book-store\\relay-book-store.fsproj",
7+ "samples\\star-wars-api\\star-wars-api.fsproj",
8+ "src\\FSharp.Data.GraphQL.Client.DesignTime\\FSharp.Data.GraphQL.Client.DesignTime.fsproj",
9+ "src\\FSharp.Data.GraphQL.Client\\FSharp.Data.GraphQL.Client.fsproj",
10+ "src\\FSharp.Data.GraphQL.Server.AspNetCore\\FSharp.Data.GraphQL.Server.AspNetCore.fsproj",
11+ "src\\FSharp.Data.GraphQL.Server.Giraffe\\FSharp.Data.GraphQL.Server.Giraffe.fsproj",
12+ "src\\FSharp.Data.GraphQL.Server.Middleware\\FSharp.Data.GraphQL.Server.Middleware.fsproj",
13+ "src\\FSharp.Data.GraphQL.Server.Oxpecker\\FSharp.Data.GraphQL.Server.Oxpecker.fsproj",
14+ "src\\FSharp.Data.GraphQL.Server.Relay\\FSharp.Data.GraphQL.Server.Relay.fsproj",
15+ "src\\FSharp.Data.GraphQL.Server\\FSharp.Data.GraphQL.Server.fsproj",
16+ "src\\FSharp.Data.GraphQL.Shared\\FSharp.Data.GraphQL.Shared.fsproj",
17+ "tests\\FSharp.Data.GraphQL.Benchmarks\\FSharp.Data.GraphQL.Benchmarks.fsproj",
18+ "tests\\FSharp.Data.GraphQL.Tests\\FSharp.Data.GraphQL.Tests.fsproj"
19+ ]
20+ }
21+ }
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Target.create RestoreTarget <| fun _ ->
7474
7575let [<Literal>] BuildTarget = " Build"
7676Target.create BuildTarget <| fun _ ->
77- " FSharp.Data.GraphQL.sln "
77+ " FSharp.Data.GraphQL.CI.slnf "
7878 |> DotNet.build ( fun options -> {
7979 options with
8080 Configuration = configuration
You can’t perform that action at this time.
0 commit comments