Questions tagged [azure-devops-self-hosted-agent]
291 questions
0
votes
2 answers
Deploy artifacts to physical machine with Azure Pipelines
I have a project that is built with an azure pipeline, the artifacts are sent to both the File Share and Azure DevOps. A self hosted agent is currently used for the pipeline that builds my project. Now I want to deploy my artifacts on a physical…

deralbert
- 856
- 2
- 15
- 33
0
votes
1 answer
Azure DevOps Services - self hosted agents have gone Offline
When starting up the windows service for the agent following error is logged in the event log:
Failed to create session. VS30063: You are not authorized to access https://dev.azure.com.
(Level: Error; Source: VstsAgentService)
The agents are…

B Cederholm
- 45
- 1
- 7
0
votes
1 answer
Azure DevOps VsTest task version 2.167.1 failing
Azure DevOps VSTest task is failing on private agent with an error ##[error]Error: The process 'C:\agent\_work\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\2.167.1\Modules\DTAExecutionHost.exe' failed with exit code 1
How can I specify a…

tRuEsAtM
- 3,517
- 6
- 43
- 83
0
votes
1 answer
With an Azure DevOps shared deployment group, web apps are being overwritten, how can one best debug this?
The Context
I have an on-prem TFS (Azure DevOps) server (version 2018.2) with a single deployment agent installed.
This agent is in a shared deployment group and is used to deploy multiple IIS web applications, each application residing in its own…

David
- 13,133
- 1
- 30
- 39
0
votes
1 answer
Azure DevOps - The process 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' failed with exit code 3762504530
I am doing on premise deploy with Azure DevOps and I got this error as below. I am deploying this on the windows 10 pro machine. Could any help on this would be great help. As I have tried to find some solution but could not find.
The process…

Tushar Maru
- 3,347
- 10
- 34
- 53
0
votes
1 answer
azure devops windows self hosted agent installation on classic machines
I would like to know can we install and configure the windows self hosted agent on Azure Classic Machines? I have already created in ARM machines. I don't have classic machines from my end for testing but having at my client environment. We can't…

praveen krish
- 135
- 2
- 11
0
votes
1 answer
unable to fetch the code from github to azure pipeline agent(self-hosted)
git -c http.extraheader="AUTHORIZATION: basic " -c http.proxy="https://xxxxx:@xxxxxxxxxxxx.local:8080/" -c http.sslVerify=false fetch --force --tags --prune --progress --no-recurse-submodules origin
fatal: unable to access…
0
votes
2 answers
Unable to install botskills command
Unable to install npm botskills command on Self-Hosted Azure agent.
Used following command to install packages get updated but when tried to check using "botskills" command it throws up and error saying botskills not available.
Screenshots
Used "…

Priyanka Shetty
- 11
- 1
0
votes
1 answer
Installing Self-Hosted Agent remotely and wants to make it active agent and need to associate that to build pipeline
I'm trying to create self-hosted windows private agents remotely on the VMs using ARM template & Deployment Group. I have created ARM template which will add the Team Services Agent as an extension successfully for the existing Windows VMs and could…

praveen krish
- 135
- 2
- 11
0
votes
2 answers
Docker build in azure -> large diff on identical codebase due to COPY node_modules. Local run gives no diff
I have an Azure Devops pipeline which builds docker images which will be runned on different IoT-Edge devices. The devices have very bad internet connection, therefor small docker diff size is crucial.
The codebase consist of a typescript nodejs…

Mathias Haugsbø
- 366
- 3
- 9
0
votes
1 answer
Azure Devops - Azure powershell task find release/deployment directory
I'm running Azure devops where i have a pipeline and a release (running on a self hosted agent), and the release is set to send up to an azure app service. The deployment works fine, the only issue is that i'd also like to be able to (based on some…

Phil
- 1,852
- 2
- 28
- 55
0
votes
0 answers
Azure DevOps different behavior between Schedule and Manual
I could observe that my Self-Hosted Agent (Agent.Version = 2.144.2) gain different results when a buildpipeline triggered manually or sheduled.
1. failed observation (Schedule nightly build at 3 am)
2. failed observation (Schedule nightly build at…

Mar Tin
- 2,132
- 1
- 26
- 46
0
votes
1 answer
How to add a new dynamically discoverable capability to an agent?
Updates
I am going to propose a Capabilities Provider here as an update to my post.
If you need more details please let me know.
We currently have a bunch of shipped Capabilities Providers in the agent source…

Jeff Saremi
- 2,674
- 3
- 33
- 57
0
votes
1 answer
UWP CI build fail on Azure DevOps 2019 Server
I have configured a UWP CI on inhouse hosted AzureDevOps 2019 server and it fails with following errors. I have followed this as a guide. Can someone guide me on this towards success?
YAML is as follows after the configuration:
resources:
- repo:…

SurenSaluka
- 1,534
- 3
- 18
- 36
0
votes
1 answer
Azure pipelines: Docker buildAndPush failing
I have a generic pipeline to save a docker image to AWS ERC as follows:
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
#…

Amphagory
- 51
- 9