0

I know this a similar question has asked previously, but I'm still unable to find the solution. The error I'm getting is the following:

Error 2 The command "Copy "C:\ProjectTFS\Vedaleon\BatikAirMalaysia-branch\BatikAirAgentsAutoReport..\MalindoAirCommon\SharedFiles\MalindoDataCredentials.xml" C:\ProjectTFS\Vedaleon\BatikAirMalaysia-branch\BatikAirAgentsAutoReport\SourceControl_Data" exited with code 1. BatikAirAgentsAutoReport

Here is my prebuild event:

Copy "$(ProjectDir)..\MalindoAirCommon\SharedFiles\MalindoDataCredentials.xml" $(ProjectDir)\SourceControl_Data

makdu
  • 908
  • 2
  • 13
  • 26
  • I don't like this part of path `BatikAirAgentsAutoReport..`. should it be `BatikAirAgentsAutoReport\..`? – Chizh Jun 14 '17 at 23:51
  • My Mistake, reference name got changed to BatikAirCommon on file rename. – makdu Jun 15 '17 at 00:08

1 Answers1

0

the reference was wrong .the folder name was batikAirCommon

makdu
  • 908
  • 2
  • 13
  • 26