RESOLVED FIXED 142360
[Win] Ensure build target directory exists when launching MSBuild
https://bugs.webkit.org/show_bug.cgi?id=142360
Summary [Win] Ensure build target directory exists when launching MSBuild
Brent Fulgham
Reported 2015-03-05 13:07:42 PST
The EWS bots are failing because MSBuild wants the build output directory to exist at launch so that it can immediately start writing logs. Visual Studio was apparently happy starting up, creating any directories it needed, then starting logging as part of a pre-build step. I need to revise the Windows build logic to make sure the build target directory exists at the time we trigger MSBuild
Attachments
Patch (1.86 KB, patch)
2015-03-05 13:17 PST, Brent Fulgham
dino: review+
Brent Fulgham
Comment 1 2015-03-05 13:17:38 PST
Brent Fulgham
Comment 2 2015-03-05 13:38:36 PST
Note You need to log in before you can comment on or make changes to this bug.