I want to build and publish from tfs to my server
I am getting error at publish time Unable to associate artifact with resource at location:C:\agent_work\
I want to build and publish from tfs to my server
I am getting error at publish time Unable to associate artifact with resource at location:C:\agent_work\
According to your description, your build template should look like:
The error message "Unable to associate artifact with resource at location:C:\agent_work\" means you choose File share and specify the Path as "*C:\agent_work*" in Publish Build Artifacts step, correct?
Solution:
If you use a file share, you need to specify the UNC file path to the folder. Try to use \\my\share
in Path item instead of a absolute path C:\agent_work.