Skip to content

Commit

Permalink
restore full solution, only build shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Larocceau committed Nov 22, 2024
1 parent 4b8bd1c commit 82f12f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content/default/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Target.create "Azure" (fun _ ->
deployment |> Deploy.execute "SAFE-App" Deploy.NoParameters |> ignore)

Target.create "Run" (fun _ ->
run dotnet [ "build"; "Application.sln" ] "."
run dotnet [ "restore"; "Application.sln" ] "."
run dotnet [ "build" ] sharedPath

[
"server", dotnet [ "watch"; "run"; "--no-restore" ] serverPath
Expand Down

0 comments on commit 82f12f0

Please sign in to comment.