I have Jenkins building for me using the MSBUILD plugin. But the solution is on a SUBST drive. I always get
MSBUILD : error MSB1009: Project file does not exist. Switch: X:\example.sln
When Jenkins builds not using the SUBST X drive it works. Or if I manually build from the X: drive it works. Not sure why I cannot get the MSBUILD to work with the SUBST drive. Jenkins has all read/write privileges.
I appreciate y'all taking the time to help me with this. I finally found the solution. It was Jenkins that couldn't see it. I found it at /questions/24733917/jenkins-cant-see-mapped-drive on this website. Thank you again for your assistance.