我已经安装了 Windows 代理,我需要能够运行 Python 脚本。我知道我需要安装 Python,但我不知道如何安装。
我将标准安装中的 Python 文件添加到
$AGENT_TOOLSDIRECTORY/
Python/
3.8.2/
x64/
{tool files}
x64.complete
重新启动代理,但现在呢?如何将其放入功能中?我错过了什么?
编辑:我需要运行这个 YAML 任务
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
addToPath: true
- script: |
python -m pip install --upgrade pip
pip install -r requirements.txt
displayName: 'Install dependencies'
- task: BatchScript@1
displayName: 'Run script make.bat'
inputs:
filename: make.bat
arguments: html