Adding a comment explain the installation order

pull/21340/head
Lidi Zheng 5 years ago
parent a3d29e2acf
commit c5fb2c0ad9
  1. 2
      tools/internal_ci/helper_scripts/prepare_build_windows.bat

@ -40,6 +40,8 @@ set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH%
choco install golang -y --version 1.13.1 --limit-output choco install golang -y --version 1.13.1 --limit-output
@rem Install Python 3.8.0 @rem Install Python 3.8.0
@rem NOTE(lidiz): Python installer process may live longer than expected, and
@rem has other side effects. It needs to be installed last to reduce impact.
powershell -File tools\internal_ci\helper_scripts\install_python38.ps1 powershell -File tools\internal_ci\helper_scripts\install_python38.ps1
@rem Disable some unwanted dotnet options @rem Disable some unwanted dotnet options

Loading…
Cancel
Save