Skip to content

Commit

Permalink
disable node reuse to prevent >20 dotnet instances hanging around
Browse files Browse the repository at this point in the history
  • Loading branch information
RinLovesYou committed Jan 7, 2024
1 parent 2e53a57 commit e112a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import shutil
from distutils.dir_util import copy_tree

os.environ["MSBUILDDISABLENODEREUSE"] = "1"

args = sys.argv

IsDebug: bool = "--release" not in args
Expand Down

0 comments on commit e112a1e

Please sign in to comment.