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
…mmandLine (#7326)
Fixes#7216
### Context
See #7216
### Changes Made
- Logging commandLine arguments passed into Execute method as oppose to Environment.CommandLine
### Testing
- ren before and after and compared its binary log in viewer.
### Notes
- I reviewed other places which uses Environment.CommandLine and it seems to be OK with respect to `dotnet build` use case.
After dotnet/sdk#16577, the binlog no longer contains the MSBuild command line (because the process command line isn't MSBuild's any more).
instead of
Filing this here instead of in the SDK because I think it's more of an MSBuild-layer concern, but happy with a fix in either spot.
The text was updated successfully, but these errors were encountered: