-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Prevent reading from .rsp file for worker nodes #11170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent reading from .rsp file for worker nodes #11170
Conversation
Rather than hard code the argument parsing logic to ignore one thing if another is specified, perhaps it would better to just specify the
|
Thank you for the nice tip! I haven't known about this switch before. |
Context
Sometimes Windows Defender blocks on
MSBuild.rsp
file reading operation (e.g. https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2308633).Since response file content isn't needed for worker nodes, we can skip reading from t.
Changes Made
Add a check for
nodemode:
arg in command likeTesting
Local testing when rsp file is manually locked.