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 c85eb11 commit a1426b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class Build : NukeBuild
{
Log.Debug( "Restoring solution {0}", Solution);
Log.Debug("Restoring project {0}", AvaloniaProject);
GitTasks.Git("submodule git submodule foreach git pull");
GitTasks.Git("git submodule foreach git pull");
GitTasks.Git("git submodule update --init --recursive --remote");

DotNetRestore(c => new DotNetRestoreSettings()
.SetProjectFile(AvaloniaProject.Path));
Expand Down

0 comments on commit a1426b3

Please sign in to comment.