Skip to content

Commit

Permalink
Updated publish-samples.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelCheng committed Aug 25, 2020
1 parent 28716e3 commit afa55d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sample/publish-samples.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ IF NOT EXIST "%DESTINATION%" GOTO USAGE

CD /d "%~dp0"
RoboCopy . "%DESTINATION%" /s /xf *.user publish-samples.bat /xd __pycache__ *env obj bin samples .vs

IF NOT EXIST "%DESTINATION%\PyWebApi.IIS\log" MKDIR "%DESTINATION%\PyWebApi.IIS\log"
Copy /y nul "%DESTINATION%\PyWebApi.IIS\log\wfastcgi.log" > nul

Goto:eof

:USAGE
Expand Down

0 comments on commit afa55d7

Please sign in to comment.