We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28716e3 commit afa55d7Copy full SHA for afa55d7
Sample/publish-samples.bat
@@ -6,7 +6,10 @@ IF NOT EXIST "%DESTINATION%" GOTO USAGE
6
7
CD /d "%~dp0"
8
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"
11
Copy /y nul "%DESTINATION%\PyWebApi.IIS\log\wfastcgi.log" > nul
12
13
Goto:eof
14
15
:USAGE
0 commit comments