Skip to content

Commit afa55d7

Browse files
committed
Updated publish-samples.bat
1 parent 28716e3 commit afa55d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sample/publish-samples.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ IF NOT EXIST "%DESTINATION%" GOTO USAGE
66

77
CD /d "%~dp0"
88
RoboCopy . "%DESTINATION%" /s /xf *.user publish-samples.bat /xd __pycache__ *env obj bin samples .vs
9+
10+
IF NOT EXIST "%DESTINATION%\PyWebApi.IIS\log" MKDIR "%DESTINATION%\PyWebApi.IIS\log"
911
Copy /y nul "%DESTINATION%\PyWebApi.IIS\log\wfastcgi.log" > nul
12+
1013
Goto:eof
1114

1215
:USAGE

0 commit comments

Comments
 (0)