Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Apr 10, 2024
1 parent 48add18 commit 6c9ae5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Tools.Git;
using Nuke.Common.Tools.GitHub;
using Nuke.Common.Tools.GitVersion;
using Nuke.Common.Utilities.Collections;
using Octokit;
using Serilog;
Expand Down Expand Up @@ -52,7 +54,7 @@ class Build : NukeBuild
{
Log.Debug( "Restoring solution {0}", Solution);
Log.Debug("Restoring project {0}", AvaloniaProject);

GitTasks.Git("submodule update --init --recursive");
DotNetRestore(c => new DotNetRestoreSettings()
.SetProjectFile(AvaloniaProject.Path));
DotNetRestore(c => new DotNetRestoreSettings()
Expand Down

0 comments on commit 6c9ae5a

Please sign in to comment.