loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

Removed extra slash #274

Closed perlun closed 6 years ago

perlun commented 6 years ago

MSBuildThisFileDirectory already contains a trailing slash, and on case-sensitive file systems, writing the path as \\..\tools\ has caused issues for me; it wouldn't manage to load the MSBuildTasks assembly properly.

(Moving the project to a case-insensitive file system fixed it for me. I tried opening the path in Windows Explorer which had similar issues, so I think this would be the right and obvious fix to it.)

perlun commented 6 years ago

See #279; I got this again today, but this time on a case insensitive file system.

perlun commented 6 years ago

(Closing since we only need a single PR about this.)