From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 20 Mar 2019 01:11:29 +0000 (-0700) Subject: ICU-20503 Add Python 3 to the CI build bot path and bump Python installer to 3.7.2 X-Git-Tag: release-65-rc~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93fde1c459ec73272361b311ee0258ecd57224cb;p=icu ICU-20503 Add Python 3 to the CI build bot path and bump Python installer to 3.7.2 --- diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index e73c85adbe3..b261e33a76f 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -94,9 +94,12 @@ jobs: - visualstudio - Cmd steps: - - powershell: 'Invoke-WebRequest https://www.python.org/ftp/python/3.7.1/python-3.7.1-amd64-webinstall.exe -OutFile c:\py3-setup.exe' + - powershell: 'Invoke-WebRequest https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64-webinstall.exe -OutFile c:\py3-setup.exe' - script: | c:\py3-setup.exe /quiet PrependPath=1 InstallAllUsers=1 Include_launcher=1 InstallLauncherAllUsers=1 Include_test=0 Include_doc=0 Include_dev=0 Include_debug=0 Include_tcltk=0 TargetDir=c:\py3 + - script: | + @echo ##vso[task.prependpath]C:\py3 + @echo ##vso[task.prependpath]C:\py3\Scripts - script: | python --version py -3 --version