Skip to content

Commit

Permalink
fix restore
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent c51962e commit 042bd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Build : NukeBuild
.SetProperty("DebugSymbols", "False")
.SetProperty("DebugType", "None")
.SetPublishReadyToRun(true)
.SetNoRestore(true)
.EnableSelfContained()
.SetAssemblyVersion(MinVer.AssemblyVersion)
.SetFileVersion(MinVer.FileVersion)
Expand Down

0 comments on commit 042bd46

Please sign in to comment.