Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 0a92444

Browse files
KevinRansomTIHan
authored andcommitted
Address log file generation (#3)
1 parent 6648060 commit 0a92444

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ if "%BUILD_PROTO_WITH_CORECLR_LKG%" == "1" (
737737
)
738738

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

741743
rem Build Proto
742744
if "%BUILD_PROTO%" == "1" (

0 commit comments

Comments
 (0)