loresoft / msbuildtasks

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

mono/xbuild does not support the [MSBUILD]::Unescape syntax, so don't use it on Linux #212

Closed qmfrederik closed 8 years ago

qmfrederik commented 8 years ago

Using the msbuildtasks with xbuild on Linux doesn't work because of the [MSBUILD]::Unescape syntax; this pull request works around that (on non-Windows operating systems).