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 c1833ee commit f7c2581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ class Build : NukeBuild
GitTasks.Git("rm KitopiaWeb");
GitTasks.Git("submodule foreach git pull");

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

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

});

Expand Down

0 comments on commit f7c2581

Please sign in to comment.