Skip to content

Commit 0a92444

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)