Hi
Two jobs
1 job- taking pull with update from one repository and copying it to the
workspace of 2nd job.(Mercurial)
2 job- will do build operation.
Copy operation i am doing with Robocopy command
My issue is
Suppose somebody deleted the file from repository, it's copying to the
workspace of 2nd job, that time suppose a.txt is already there in the
second job workspace, while copying to second job workspace, it won't
delete the a.txt. I needed to delete the a.txt also. I can't do move
operation here.
Please advice me some solution for this