Skip to content

Commit

Permalink
Restore
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Sep 4, 2024
1 parent 3c20156 commit 779a496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ public Build()
DotNetRestore(_ => _.SetProjectFile(Solution)
.SetRuntime(localRuntime)
.SetProperty("DisableImplicitNuGetFallbackFolder", true));

DotNetRestore(_ => _.SetProjectFile(SourceDirectory / "Calamari.FullFrameworkTools"/ "Calamari.FullFrameworkTools.csproj")
.SetProperty("DisableImplicitNuGetFallbackFolder", true));
});

Target Compile =>
Expand Down

0 comments on commit 779a496

Please sign in to comment.