Item transform with a property containing a `'` fails to expand
Open
Area: Language
bug
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
```
bin/X's y
```
Expected output:
`files: bin/X's yabc`
Actual output:
`files: @(CopyFiles->'bin/X's yabc')`
Reproducible on windows/VS and mac.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.