Skip to content

Commit f217e4e

Browse files
committed
Fixed CI
1 parent 9ab7db1 commit f217e4e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

FSharp.Data.GraphQL.CI.slnf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
}

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Target.create RestoreTarget <| fun _ ->
7474

7575
let [<Literal>] BuildTarget = "Build"
7676
Target.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

0 commit comments

Comments
 (0)