Commit 9c6bd98
authored
Ensure path writable for MSBuildDebugEngine (#7366)
If `MSBUILDDEBUGPATH` is invalid, it will now attempt to redirect to the current working directory. If writing to the current working directory fails, perhaps because it's in `C:\Program Files` or another protected directory, it redirects to `TEMP`. If the path is too long, it now fails with a nice error.
Fixes #72411 parent 26ff91e commit 9c6bd98
File tree
31 files changed
+197
-7
lines changed- src
- MSBuild
- Resources
- xlf
- Utilities/Resources
- xlf
31 files changed
+197
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1323 | 1323 | | |
1324 | 1324 | | |
1325 | 1325 | | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1326 | 1329 | | |
1327 | 1330 | | |
1328 | 1331 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments