Skip to content

Commit

Permalink
Address log file generation (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom authored and TIHan committed Aug 10, 2018
1 parent 6648060 commit 0a92444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ if "%BUILD_PROTO_WITH_CORECLR_LKG%" == "1" (
)

echo ---------------- Done with package restore, starting proto ------------------------
set logdir=%~dp0%BUILD_CONFIG%\net40\
if not exist "!logdir!" mkdir "!logdir!"

rem Build Proto
if "%BUILD_PROTO%" == "1" (
Expand Down

0 comments on commit 0a92444

Please sign in to comment.