Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed redundant File.Delete
  • Loading branch information
dellis1972 committed Nov 27, 2017
commit 334cbca634cf699cb6fd73cb7a573036472d8b00
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ protected bool BuildInternal (string projectOrSolution, string target, string []
if (nativeCrashDetected) {
Console.WriteLine ($"Native crash detected! Running the build for {projectOrSolution} again.");
File.Move(processLog, processLog + ".bak");
File.Delete(processLog);
continue;
} else {
break;
Expand Down