You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handle 'MSBuild Server request' message by calling MSBuild entry point
use named mutex to guarantee build exclusivity (no concurrent builds are allowed)
if build is already running reply with message MSBuildServerBusy - that will be handled by caller by fallbacking to standard non-server entry point (running new MSBuild process, loading MSBuild.dll into CLI and start it, ...)
after build is finished reply with message MSBuildServerDone containing same exit code as would MSBuild process returned
introduce ETL events to trace and measure perf of above
The text was updated successfully, but these errors were encountered:
Using existing infrastructure code, define and handle message (INodePacket) for MSBuild Server request.
Work breakdown:
The text was updated successfully, but these errors were encountered: