cost 173 ms
如何将 Microsoft 托管代理配置为交互? - How can I configure the Microsoft-Hosted Agent to be interactive?

我正在配置我的 yaml 文件运行编码 UI 和 Web 测试,我想为此使用 Microsoft 托管代理。 这是一种通过我的 yaml 文件将代理配置为交互的方法吗? 我已成功将我的自托管代理配置为交互式,我想将管道迁移到 Microsoft 基础架构谢谢 ...

Azure Devops Pipeline:发送配置消息失败:来自远程提供程序 InternalServerError 的意外响应代码 - Azure Devops Pipeline: There was a failure in sending the provision message: Unexpected response code from remote provider InternalServerError

作为调查此问题的一部分,我创建了一个新管道,如下所示:New Pipeline > Azure Repos Git > Start pipeline 我没有编辑基本模板管道代码,所以它看起来像这样: 但是随机(每 15 个中至少有 1 个),在运行管道时我会看到以下警告:发送配置消 ...

购买了 Microsoft 托管代理,但管道仍因超时而失败 - Microsoft hosted agent bought but pipeline still fails for timeout

我们的客户购买了 1 个 Microsoft 托管代理(并行作业),因为我们的 Yaml 构建管道需要 60 多分钟才能完成。 它是在 24 小时前购买的,但当超过 60 分钟时,我们的管道仍然因超时而失败。 除了简单地再次运行构建之外,我是否必须做一些事情来更改管道? 我认为它应该自动认识到它不再 ...

Azure DevOps 托管代理:“SQLNCLI11.1”提供程序未在本地计算机上注册错误 - Azure DevOps Hosted Agent: The 'SQLNCLI11.1' provider is not registered on the local machine error

我们最近使用代理配置“vs2017-win2016”在 Azure DevOps 中运行我们的自动化测试。 但是,由于不推荐使用,我们最近不得不升级到配置“windows-latest”,并且在尝试时突然开始出现错误'The 'SQLNCLI11.1' provider is not registe ...

在项目文件中使用 XmlPoke 更新源文件已停止工作 [标题更新] - Use of XmlPoke in project file to update source file has stopped working [title updated]

几年来在项目构建期间更新版本号。 在 Visual Studio 中,我们在 acSharp 项目中添加了如下内容 这应该更新包含版本号的文件,然后在后续构建期间将其用作应用程序版本。 实际发生的情况是源文件已更新,但 msbuild 使用原始文件而不是更新后的文件。 我推测 msbuild ...

Azure Devops - 托管池 - ubuntu 最新 - 如何让 ubuntu-latest 拥有最新的 Visual Studio 构建工具(2022 年预览版)? - Azure Devops - Hosted pool - ubuntu latest - How do i get ubuntu-latest to have the latest visual studio build tools (preview 2022)?

赏金将在 5 天后到期。 这个问题的答案有资格获得+50声望奖励。 Pazza22想引起对这个问题的更多关注。 ...

Azure Pipeline 中的 Flutter Android 构建错误:在 ABI 的 NDK 工具链文件夹中找不到工具链,前缀为:arm-linux-androideabi - Flutter Android build error in Azure Pipeline: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi

我收到错误No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi 。 我找到的解决方案是在 Android Studio 中升级或降级 NDK。 但是,我正在使用 Azur ...

如何告诉 Azure Devops 中的 Microsoft 托管代理保留作业之间的工作区? - How can I tell a Microsoft-hosted agent in Azure Devops to preserve the workspace between jobs?

我想将在 Microsoft 托管代理上运行的大型作业分解为在同一个代理上按顺序运行的较小作业。 大型作业的组织方式如下: 我想将其分解为两个较小的工作,如下所示: ...因此下载我所有的二进制资源将在job_one中进行,构建和测试将在job_two中进行。 作业包括一个可选参数workspa ...

如何使用 Linux 微软托管代理在 Windows 机器中存储 Azure 管道工件? - How to store Azure pipelines artifacts in Windows machine by using Linux microsoft hosted agent?

有人可以帮助我,我对 Azure 管道中的工件文件共享有要求。 我正在使用 Linux 托管代理,并在“Drop Artifacts”-> 文件共享-> windows 机器名称中给出如下(\服务器名称\c:\Drop)。 这个过程失败了。 请找到我向我的经理建议的以下步骤。 Azu ...

Azure DevOps - 托管构建代理不可用 - Azure DevOps - Hosted Build Agents not available

我正在开发一个项目,该项目利用 Azure DevOps 来构建我们的 .net 核心应用程序套件。 过去几天,我们注意到构建排队等待数小时,我们已经在 Azure 托管构建代理上支付了额外的构建时间,但构建的等待时间如此之长。 这似乎是随机的,因为有时构建会立即发生,我们没有任何 Azure 支持 ...

在 Azure 托管代理中运行 selenium 测试时,有没有办法保存和检索文件? - Is there a way to save and retrieve files while selenium tests are running in Azure Hosted Agent?

我有一套 Selenium 测试在 Windows 2019 Azure 托管代理中运行。 每个测试捕获特定 web 页面的图像。 对于未来的测试运行,在比较 web 页面的当前/实际 state 时,这些图像将用作基线。 当测试在托管代理中运行时,有没有办法在某处保存和检索这些基线图像? 笔记: ...

用于连接到 Unix 服务器并执行命令的 Azure DevOps 管道任务 - Azure DevOps Pipeline Task to connect to Unix Server and execute commands

我正在寻求在 Azure DevOps Services 中设置一个发布管道,它将应用程序部署到 Unix 服务器,然后它在部署过程中执行一些 unix 命令。 希望得到一些关于我可以设置哪些管道任务以实现以下目标的指导: 连接到 Unix 服务器。 执行所需的 Unix 命令。 顺 ...

无法有条件地将脚本添加到 Azure Devops Yaml 管道 - Can't conditionally add script to Azure Devops Yaml pipeline

我正在尝试在 Microsoft 托管和自托管(容器化)构建代理上运行的管道中使用容器作业模板。 ContainerJob 模板在Microsoft Hosted中运行时效果很好,但在 Self-Hosted 代理中失败,说cannot run container inside a contain ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM