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
So that we can merge #2048, I'm writing this issue to resolve the nitpicks here. We'd like to merge this PR now for release, but the pipeline needs to be remedied as well. To stick to the release cycle and avoid fixing the pipeline in that PR, I've created an issue here to followup on the nits.
The text was updated successfully, but these errors were encountered:
Please see dotnet#2082
I'll use this as an opportunity to introduce a needed perf improvement per a request from another team as well since we are in the business of improving the code.
taskkill is currently called all of the time. I added that task kill only to kill timed out installer processes (dotnet@43f7494#r1669397622), but the code seems to run at times when I wouldn't expect it to. It likely doesn't need to be run at all, I can put a condition on it.
So that we can merge #2048, I'm writing this issue to resolve the nitpicks here. We'd like to merge this PR now for release, but the pipeline needs to be remedied as well. To stick to the release cycle and avoid fixing the pipeline in that PR, I've created an issue here to followup on the nits.
The text was updated successfully, but these errors were encountered: