Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add empty Directory.Build.rsp files
When msbuild.exe is invoked it will search the current directory looking for a Directory.Build.rsp file to provide additional command line arguments. This search follows the same logic as for Directory.Build.props files and has the same type of implications for build reliability. Adding a dummy empty file for both our standard build and tests.
- Loading branch information
Showing
with
3 additions
and 0 deletions.
@@ -0,0 +1 @@ | ||
# This file intentionally left blank to avoid accidental import during build. |
@@ -0,0 +1 @@ | ||
# This file intentionally left blank to avoid accidental import during testing |