copy files in azure repos and replace in dev linux server both have same path

azure repos : I have 3 programs 1 is modified

brazil\206\src\pfload.t
brazil\206\src\load.p #modified
brazil\206\bin\log.i
dev linux server # before copy
brazil\206\src\pfload.t
brazil\206\src\load.p
brazil\206\src\log.i
dev linux server files # after copy
brazil\206\src\pfload.t
brazil\206\src\load.p #modified
brazil\206\src\log.i

I want copy azure repos modified file with full path, with the path replace with latest

brazil\206\src\load.p #modified
replace brazil\206\src\load.p file into dev linux server

note:azure repos and dev linux server has same path

how can i achieve this? quick response appriciated

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like