The system cannot find the path specified. Command exited with code 3
We are getting this error randomly. We have seen it 3 times now in the last 40ish builds. If we rebuild the commit it will go through the next time. Here is the whole console log:
Build started
Fetching repository contents...OK
Total: 412 MB in 14213 files
RD /S /Q "C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\v2.3\ref"
The system cannot find the path specified.
Command exited with code 3
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on Feb 17, 2016 @ 08:16 PM
Your account is on Hyper-V environment. When build worker cannot be provisioned in timely manner there the build is routed to a cloud environment. Azure SDK 2.3 is not installed on build workers of cloud environment. Just add a check if that path exists before calling RD command.
2 Posted by Tom Kowalski on Feb 17, 2016 @ 09:15 PM
Thank you, I will try fixing it by replacing it with this line: IF EXIST "C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\v2.3\ref" RD /S /Q "C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\v2.3\ref"
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:04 AM.