Hi all,
i have a project which is running and i made a new change in project and publish through folder in visual studio 2019,
when i'm going to replace folder on server already publish folder is present when project is developed.
how can i replace my new publish folder to old .
Only two dll file is update with current time other files are old timing when it is publish by other developers

Aravind GovindarajPosted Dec 8, 2022, 3:06 PM
To go back to your old publish folder, swift the target location as an old folder.
Yes as Jignesh said, only modified DLLs will be updated over here, rest wont
To overcome this type of manual, try to implement CI/CD pipeline, which makes it easy your day-to-day life :)
Jignesh KumarPosted Dec 8, 2022, 10:17 AM
Hi Tahir,
when you publish that time only repspective dll get changed becuase you have not done change in all files. only that solution dll should update where you have made some changes in code.
Note : you need to update only updated dll all dll are not requlre on server. You need to paste only last modified dll all other dll should be as it is.