forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a
baseDirectory
argument for LooksLikeUnixFilePath and ..
.. MaybeAdjustFilePath. The former checks if the first segment of the path might be the name of an existent directory. This depends on the CWD, but in some cases we might need to check this in a different directory. For example, project A initiates a build of project B, and while B is being evaluated the CWD may not have been updated, but the paths in B's project file are relative to B. So, the checks should be done in B's directory. This will be useful in an upcoming fix.
- Loading branch information
Ankit Jain
committed
Apr 28, 2017
1 parent
5d14719
commit 28dc2d4
Showing
2 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters