-
Notifications
You must be signed in to change notification settings - Fork 520
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
[xibuild] Clean up temporary files when done. #7508
Conversation
Build failure Test results32 tests failed, 54 tests passed.Failed tests
|
tools/xibuild/Main.cs
Outdated
return p.ExitCode; | ||
} finally { | ||
File.Delete (tmpMSBuildExePathForConfig); | ||
File.Delete (configFilePath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but I would add a check to make sure that paths are there before deleting.. To avoid any possible exceptions.
Build failure Test results32 tests failed, 54 tests passed.Failed tests
|
Test failures are all due to https://github.com/xamarin/maccore/issues/2069 (32x) |
Best reviewed by ignoring whitespace.