I defined a post-build event for some of the projects in my solution, as follows:
copy /Y "$(TargetPath)" "$(build.binariesdirectory)Obfuscated"
Which results in an error:
error MSB4184: The expression """.binariesdirectory"
cannot be evaluated. Method 'System.String.binariesdirectory
' not found.
Azure DevOps (and TFS build systems in general) are new to me, so any help or suggestion would be appreciated.