Forum Discussion
abhisinghal
Apr 12, 2020Copper Contributor
Pre Build Action in Windows Application Project
Hi Trying to copy files to target folder in a pre build action with this command xcopy /y "$(SolutionDir)..\common\lib\AnyCPU\*.*" "$(TargetDir)" Getting error as follows: Severity Code Des...
abhisinghal
May 03, 2020Copper Contributor
scoban awaiting your reply.
Thanks
scoban
Microsoft
May 04, 2020abhisinghal I was not able to reproduce the issue with the provided project. I noticed you have some commented out prebuild events which could be causing it if you are testing with those uncommented. I need a repro so that I can investigate further.