I'm migrating from Jenkins, Bitbucket, and Jira to Azure DevOps. I would like to use azure pipelines and connect on my on-premise server, deploy my application, run SonarQube, etc
I've tried to run a local agent on my machine, but I couldn't run a deploy.
Solved:
It's possible.
All you need is a self-hosted agent and a deployment group.
In my pipeline build I used the following tasks:
MSBuild@1
PublishBuildArtifacts@1
Then in Release Pipeline:
IIS Deployment