MSBuild.rsp resolved from project location
Open
Area: Documentation
Priority:2
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
### Context
MSBuid.rsp is supposed to be read only from the engine executable location:
https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#msbuildrsp
Though it's being read from the project location as well:
```
Some command line switches were read from the auto-response file "C:\src-other\securing-msbuild\Examples\02-TargetRequestedFromCLI\MSBuild.rsp". To disable this file, use the "-noAutoResponse" switch.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.