Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Nov 4, 2024
1 parent 9ab7db1 commit f217e4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions FSharp.Data.GraphQL.CI.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"path": "FSharp.Data.GraphQL.sln",
"projects": [
"samples\\chat-app\\server\\chat-app.fsproj",
"samples\\relay-book-store\\relay-book-store.fsproj",
"samples\\star-wars-api\\star-wars-api.fsproj",
"src\\FSharp.Data.GraphQL.Client.DesignTime\\FSharp.Data.GraphQL.Client.DesignTime.fsproj",
"src\\FSharp.Data.GraphQL.Client\\FSharp.Data.GraphQL.Client.fsproj",
"src\\FSharp.Data.GraphQL.Server.AspNetCore\\FSharp.Data.GraphQL.Server.AspNetCore.fsproj",
"src\\FSharp.Data.GraphQL.Server.Giraffe\\FSharp.Data.GraphQL.Server.Giraffe.fsproj",
"src\\FSharp.Data.GraphQL.Server.Middleware\\FSharp.Data.GraphQL.Server.Middleware.fsproj",
"src\\FSharp.Data.GraphQL.Server.Oxpecker\\FSharp.Data.GraphQL.Server.Oxpecker.fsproj",
"src\\FSharp.Data.GraphQL.Server.Relay\\FSharp.Data.GraphQL.Server.Relay.fsproj",
"src\\FSharp.Data.GraphQL.Server\\FSharp.Data.GraphQL.Server.fsproj",
"src\\FSharp.Data.GraphQL.Shared\\FSharp.Data.GraphQL.Shared.fsproj",
"tests\\FSharp.Data.GraphQL.Benchmarks\\FSharp.Data.GraphQL.Benchmarks.fsproj",
"tests\\FSharp.Data.GraphQL.Tests\\FSharp.Data.GraphQL.Tests.fsproj"
]
}
}
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Target.create RestoreTarget <| fun _ ->

let [<Literal>] BuildTarget = "Build"
Target.create BuildTarget <| fun _ ->
"FSharp.Data.GraphQL.sln"
"FSharp.Data.GraphQL.CI.slnf"
|> DotNet.build (fun options -> {
options with
Configuration = configuration
Expand Down

0 comments on commit f217e4e

Please sign in to comment.