Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match project paths case insensitively for windows #1689

Merged
merged 1 commit into from
Sep 7, 2017

Conversation

emgarten
Copy link
Member

@emgarten emgarten commented Sep 7, 2017

Match project paths case insensitively for windows

MSBuild can return different casings of the file path when evaluting the project at different times. To workaround this all paths should be compared case insensitively on case insensitive file systems.

Fixes NuGet/Home#5855

…project spec

MSBuild can return different casings of the file path when evaluting the project at different times. To workaround this all paths should be compared case insensitively on case insensitive file systems.

Fixes NuGet/Home#5855
@emgarten emgarten merged commit 8dbce8b into dev Sep 7, 2017
@emgarten emgarten deleted the dev-emgarten-msbuildCasing branch September 7, 2017 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants