Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Apr 10, 2024
1 parent f7c2581 commit 83d946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Build : NukeBuild
GitTasks.Git("rm KitopiaWeb");
GitTasks.Git("submodule foreach git pull");

GitTasks.Git("submodule update --recursive --remote");
GitTasks.Git("submodule update --init --recursive --remote");

DotNetRestore(c => new DotNetRestoreSettings()
.SetProjectFile(AvaloniaProject.Path).SetRuntime( "win-x64"));
Expand Down

0 comments on commit 83d946f

Please sign in to comment.