MSBuild.exe closing

Viewed 4236

Apparently MSBuild.exe stays active after a build in VS2017 is aborted. I found that I should use MSBUILDDISABLENODEREUSE=1 as an environmental variable to tell VS2017 to close the MSBuild.exe instance. Yet I cannot seem to find where I should enter this variable. Could anybody tell me in detail? I'm quite new to programming / VS2017.

1 Answers
Related