是否可以将 azure 管道连接到本地服务器? [英] Is it possible to connect azure pipelines to on premise servers?

查看:25
本文介绍了是否可以将 azure 管道连接到本地服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在从 Jenkins、Bitbucket 和 Jira 迁移到 Azure DevOps.我想使用 azure 管道并连接到我的本地服务器、部署我的应用程序、运行 SonarQube 等

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.

已解决:
这是可能的.
您只需要一个自托管代理和一个部署组.在我的管道构建中,我使用了以下任务:
MSBuild@1
发布构建工件@1
然后在发布管道中:
IIS 部署

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

推荐答案

已解决:
这是可能的.
您只需要一个自托管代理和一个部署组.在我的管道构建中,我使用了以下任务:MSBuild@1
发布构建工件@1
然后在发布管道中:
IIS 部署

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

这篇关于是否可以将 azure 管道连接到本地服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆