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
Post a Comment