简体   繁体   English

是否可以在VSTS中创建发布定义而不在VSTS中创建内部定义?

[英]Is it possible to created release definition in VSTS without the build definition in VSTS?

I had developed database application and check in the code into bit bucket, generated the build for that application using team city. 我已经开发了数据库应用程序,并将代码检入位存储桶,并使用team city生成了该应用程序的构建。

But, I want to create the release definition in VSTS to deploy the database application into on premises server. 但是,我想在VSTS中创建发布定义,以将数据库应用程序部署到本地服务器中。

Can you please tell me is it possible to created release definition in VSTS without the build definition in VSTS? 您能告诉我,是否可以在VSTS中创建发布定义,而无需在VSTS中创建构建定义吗?

Yes, it is possible to create a release in VSTS without the build in VSTS. 是的,可以在VSTS中创建发布而无需在VSTS中进行构建。

The TeamCity artifacts for Release Management extension on the marketplace that will let you connect to TeamCity to get the build artifacts to deploy. 市场上用于发布管理扩展的TeamCity工件,使您可以连接到TeamCity以获得要部署的构建工件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 TFS构建定义-构建之前请参阅随附的变更集 - TFS Build definition - See included changesets before build 如何使用 VSTS 在生产中运行测试 - How to run tests in production using VSTS TeamCity + VSTS - 无法对已存在的代理目标文件执行签出 - TeamCity + VSTS - Failed to perform checkout on agent target file already exists 如何在VSTS中成功添加内部部署TeamCity服务端点? - how to add the on premise TeamCity service endpoint successfully in VSTS? 如何在Azure DevOps(VSTS)中发布测试/工件 - How do you publish tests/artifacts in Azure DevOps (VSTS) 如果未首先构建新创建的发行分支,则GitVersion不会在TeamCity中为开发分支构建打乱次版本。 - GitVersion does not bump the minor version for a develop branch build in TeamCity if a newly created release branch is not built first MSBuild可以同时构建Release和QA? - MSBuild to build Release and QA at same time? TeamCity Build for release/* 以便获取最新的发布版本 - TeamCity Build for release/* so that it picks up latest release version 如何为TeamCity项目构建Debug和Release - How to build both Debug and Release for a TeamCity project 如果存在分支,则每晚构建for release分支 - Nightly build for release branch if branch exists
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM