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 e2eab15 commit 07fd639Copy full SHA for 07fd639
src/demos/modules/PythonLongProcess/install.bat
@@ -13,18 +13,6 @@
13
@goto:eof
14
)
15
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
-)
+REM Nothing to do here...
29
30
REM set moduleInstallErrors=
0 commit comments