Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Avalonia' into Avalonia
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Apr 11, 2024
2 parents adefe74 + 83d946f commit ffb431b
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 @@ -61,9 +61,9 @@ class Build : NukeBuild
GitTasks.Git("submodule foreach git pull");
GitTasks.Git("submodule update --init --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 ffb431b

Please sign in to comment.