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

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

0 comments on commit 923225b

Please sign in to comment.