i facing issue in deploying items local bin/debug folder build server output binaries folder (using microsoft team foundation server). have resource file abc.resx, converted abc.resources in post build event using resgen.exe. abc.resources get's created in local bin/debug folder, have added following line in deployment settings -
<solution directory>\folderxyz\bin\debug\
but getting below warning when build created on build server , tests failing -
test run deployment issue: failed file deployment item folderxyz\bin\debug\
specified test settings:
system.io.directorynotfoundexception: not find part of path 'c:\windows\system32\folderxyz\bin\debug\'.
is there someway can add resources file in test deployment directory of build server?
Comments
Post a Comment