英文: how to deploy as a web app the html static website generated by pytest in devops? 问题 我正在使用Micros...
如何在覆盖率失败时使 Azure DevOps 管道失败?
英文: How to fail an azur devOps pipeline on coverage fail? 问题 我正在使用Microsoft DevOps Forge构建我的流水线。如果覆盖...
获取 Azure 管道运行时的分支名称?
英文: How to get branch name while running azure pipeline? 问题 我正在尝试通过Azure管道运行以下命令来获取分支名称,但执行后只得到了HEAD...
获取 Azure DevOps 任务的 cURL 输出
英文: Getting Azure devops task curl output 问题 我有一个Azure DevOps管道,其中有一个任务用于curl一个URL,如下所示: - script: &...
DotNetCoreCLI@2 为什么只构建调试版本?
英文: Why is DotNetCoreCLI@2 only building Debug builds? 问题 DotNetCoreCLI@2 只构建 Debug 版本的原因是什么? 在 Azur...
VSTS代理未获取代理地址集。
英文: VSTS agent not picking up proxy address set 问题 根据这个文档设置了构建代理。 文件的内容是 http://192.168.2.101:8080。 ...
如何在Azure DevOps中自动触发拉取请求(PR)构建管道?
英文: How to automatically trigger pipeline on PR build in Azure DevOps? 问题 我是Azure DevOps的新手,我试图在那里模仿...
Azure DevOps发布流水线 – 如何确保输出变量的全名保持一致
英文: Azure DevOps Release pipeline - How to ensure full name of output variable stays consistent 问题 I...
Azure管道参数参考与动态键
英文: Azure pipeline parameter reference with dynamic keys 问题 在Azure管道的.yml文件中,我有以下行: variables: - gro...
使用诗歌来在Azure Functions管道中安装依赖项。
英文: Using poetry to install dependencies in Azure Functions pipeline 问题 目标 使用poetry和pyproject.toml文件...
11