-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fake fails with unhelpful error if %temp% does not exist #1707
Comments
|
Did you try with verbose mode? |
no and |
create temp directory if it does not exists fixes fsprojects/FAKE#1707
Yes. |
It seems like fake5 has no problems with this. |
Repro:
Actual:
Expected:
Either it works, or it prints exactly what directory is invalid. (%temp% in this case).
I think this is a regression to some older version, but not 100% sure.
ToDo:
I propose to just Directory.Create it, and if that also fails to write a nice detailed error message.
This cost me about a day, because my build script failed when executed during the automated serverbuild (which redirects temp), but succeeded, when I just copy-pasted the exact invokation into a new cmd window.
The text was updated successfully, but these errors were encountered: