Relative Content

Tag Archive for azuredeploymentdevopspipeline

I already have an Azure Devops pipeline agent on my self-hosted Windows server, can I use that agent to register the VM in my environment?

I’m trying to setup a basic Azure Devops pipeline that will listen for commits on a repo then build an ASP.NET Core app and deploy it to a self-hosted Windows IIS server. I have already installed the Devops Pipeline agent on the IIS server and it appears to work as expected. However now I am trying to follow the steps to create an “Environment” and add the server to it in my project and in order to register it as a resource I am provided with a script that appears to be installing yet another identical agent on the machine.