Questions tagged [azure-devops-hosted-agent]

65 questions
12
votes
4 answers

DevOps hosted pipeline fail to build .NET Core 2.2

With the release of .NET Core 2.2 I expected to be able to build such projects in our Microsoft-hosted DevOps (Azure) pipeline. But the restore step fails, saying 2.2 is not supported: 2018-12-11T14:57:49.0856135Z …
8
votes
1 answer

Is it possible to integrate testflight with azuredevops

I have azure devops build pipeline running to build iOS apps. As of now I have CI/CD, right from building the apps to distributing the apps to testers through hockey kinda of mechanism But I'm just wondering ,is it possible to push the build with…
dinesh R
  • 379
  • 3
  • 11
7
votes
1 answer

Azure Devops - Hosted pool - ubuntu latest - How do i get ubuntu-latest to have the latest visual studio build tools (preview 2022)?

Our azure devops pipelines are configured to use hosted ubuntu-latest I am using Azure Functions that require the package: packages/microsoft.net.sdk.functions/4.0.0 The hosted ubuntu latest is throwing non compatible framework version error. …
5
votes
4 answers

Run MSBuild from Command Line task in Azure Devops

I'm trying to execute msbuild on Azure Devops. Because of that I cannot use the MSBuild task provided. When I use a Command Line task the command is not recognised. On my local machine I load vcvarsall.bat before I use msbuild. But I've not been…
4
votes
0 answers

Multi jobs failing SonarQube analysis and MsBuild in Azure DevOps build pipeline

in an Azure DevOps build pipeline, I would like to run a MsBuild task in an Azure hosted agent and a sonar analysis task in a self-hosted agent. I understand that I need to pass artifacts from a job to another. I try to use Publish and Download…
4
votes
0 answers

Azure FuncApp zip deploy fails with ERROR: HTTPSConnectionPool Max retries exceeded

I am trying to deploy the FunctionApp via AzureCLI@1 task in DevOps pipeline, and it fails for the deployment part. Up until that step, it can create resources (Function, Storage), but fails for deployment. The function is in ASE, and the agent is a…
3
votes
3 answers

ARM64 label of Azure Devops hosted agent

In the Sprint 171 Update of Azure DevOps, Microsoft announced to support Linux/ARM64 hosted agents. To be able to use that as Microsoft hosted agent, I need to know the correct label for such an image. I can not find it anywhere.
3
votes
1 answer

Azure Devops MS-hosted agent IP address

We use Azure DevOps with Microsoft-hosted agents, and because we would like to apply authorized IP ranges for our AKS we need the agent IP addresses. To automate the process in our release pipeline we have included Azure CLI task with the command…
milanski
  • 31
  • 1
  • 2
3
votes
2 answers

Authentication to access other parts of Azure DevOps within a custom task

I want to create a Azure DevOps custom task that accesses other parts of Azure DevOps. Specifically, I want to create a custom task that adds a comment to a PR. Unfortunately, I can't figure out how to authenticate properly. I found this code and…
3
votes
1 answer

Updating Azure Cloud Service to OS family 6

I am using Azure DevOps to deploy a .Net Web Application. I wanted to update to the new Os Family which is based on Windows 2019 so i can Update my projects to .net framework version 4.7.2 as seen here. I have updated my cloud service configuration…
3
votes
2 answers

Git partial/sparse/narrow fetch and update in Azure Devops Hosted Agent

I am wondering if it's possible to fetch only a single file from a Git repository in order to commit a new change to it. We want to change the file on a Azure DevOps Hosted Agent however downloading the entire repo would take a significantly long…
user3167162
  • 445
  • 1
  • 6
  • 23
3
votes
1 answer

Azure devops hosted agent suspicious hosts file

This might be a weird question but stick with me. I'm using Azure Devops Hosted Agent for my continuous deployment. During the release I have a task that adds one line to the hosts file on the hosted agent. Previously the hosts file looked like…
3
votes
0 answers

Exception Message: Page not found. (type VssServiceResponseException) in Azure DevOps Release Pipeline

I configured the gated build, CI and CD for my current project in few weeks back, whenever I committed new changes from my development IDE like VS2017. Then I created the pull request for newly changes after few minutes the pull request and CI build…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
3
votes
5 answers

Azure DevOps "Hosted 2017" build agent not allowing SQL connection

I have a very simple DacPac that is built by an Azure DevOps build and released by a release pipeline. The build works fine but the pipeline fails with a connectivity error. I have checked and re-checked the set up. The firewall rules get set…
2
votes
1 answer

Azure Devops Pipeline: There was a failure in sending the provision message: Unexpected response code from remote provider InternalServerError

I have created a new pipeline as part of investigating this issue as follows: New Pipeline > Azure Repos Git > Start pipeline I have not edited the base template pipeline code, so it looks like this: # Starter pipeline # Start with a minimal…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
1
2 3 4 5