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 3bdb0b7 commit c85eb11
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 init");
GitTasks.Git("submodule git submodule foreach git pull");

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

0 comments on commit c85eb11

Please sign in to comment.