Oops
This commit is contained in:
parent
31970127b6
commit
57b11c7ce8
|
@ -1,13 +1,13 @@
|
||||||
# 4 april 2019
|
# 4 april 2019
|
||||||
# see https://github.com/Microsoft/azure-pipelines-image-generation/issues/374 for context and source
|
# see https://github.com/Microsoft/azure-pipelines-image-generation/issues/374 for context and source
|
||||||
steps:
|
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.1/python-3.7.1-amd64-webinstall.exe -OutFile C:\py3-setup.exe'
|
||||||
displayName: 'Download Python 3'
|
displayName: 'Download Python 3'
|
||||||
- script: |
|
- script: |
|
||||||
C:\py3-setup.exe /quiet PrependPath=0 InstallAllUsers=0 Include_launcher=0 InstallLauncherAllUsers=0 Include_test=0 Include_doc=0 Include_dev=0 Include_debug=0 Include_tcltk=0 TargetDir=C:\Python37
|
C:\py3-setup.exe /quiet PrependPath=0 InstallAllUsers=0 Include_launcher=0 InstallLauncherAllUsers=0 Include_test=0 Include_doc=0 Include_dev=0 Include_debug=0 Include_tcltk=0 TargetDir=C:\Python37
|
||||||
@echo ##vso[task.prependpath]C:\Python37
|
@echo ##vso[task.prependpath]C:\Python37
|
||||||
@echo ##vso[task.prependpath]C:\Python37\Scripts
|
@echo ##vso[task.prependpath]C:\Python37\Scripts
|
||||||
displayName: 'Install Python 3'
|
displayName: 'Install Python 3'
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
pip install meson
|
pip install meson
|
||||||
|
|
Loading…
Reference in New Issue