In my project, I have 85 MB files, of which 70 MB files are third-party DLLs that do not change often and remain 15 MB, these are my application files.
When I publish a project, it uploads all the files (85 MB) and therefore takes about two hours to publish on the server.
Is there a way to publish exe and application files and then copy the remaining dll manually to the server.
or
Should the dll be copied to client computers from a specific location?
What should I do to expedite the publication?
source
share