46,176 questions
So the issue in my case was related to cache, and I sort of cleaned it by accident:
- On the build server pc, I ran the command
tf workspaces
which listed a bunch of non-existing workspaces. - I checked to see what was listed on the server with
tf workspaces /collection:TeamProjectCollectionUrl /owner:*
, and it warned me about some local paths being mapped in several workspaces, and that it would remove some of the workspaces from the cache. - Now it works