Skip to content

Commit

Permalink
fix rtr
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent 042bd46 commit 3720355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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 3720355

Please sign in to comment.