Skip to content

Commit 07fd639

Browse files
committed
Corrections to PythonLongProcess windows install
1 parent e2eab15 commit 07fd639

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/demos/modules/PythonLongProcess/install.bat

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
@goto:eof
1414
)
1515

16-
if /i "!executionEnvironment!" == "Production" (
17-
call "!utilsScript!" WriteLine "No custom setup steps for this module." "!color_info!"
18-
) else (
19-
:: If we're in dev-setup mode we'll build the module now so the self-test will work
20-
pushd "!moduleDirPath!"
21-
call "!utilsScript!" WriteLine "Building project..." "!color_info!"
22-
if /i "%verbosity%" neq "quiet" (
23-
dotnet build -c Debug -o "!moduleDirPath!/bin/Debug/!dotNetTarget!"
24-
) else (
25-
dotnet build -c Debug -o "!moduleDirPath!/bin/Debug/!dotNetTarget!" >NUL
26-
)
27-
popd
28-
)
16+
REM Nothing to do here...
2917

3018
REM set moduleInstallErrors=

0 commit comments

Comments
 (0)