c# - DLL's not updated when deploying to testing environment -


i created new assembly name 1 of projects , must update dll files reflect that. in visual studio can clean solution , rebuild locally. there must deploy solution server testing. when deploy, dll's not being updated on server , cannot figure out going on. in build definition have 'clean workspace' set all, thought should update.

the solution under source control , dll files included in bin.

i can copy them manually, not sure how view dll files on server.

thanks!


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -