使用源安全在测试服务器上部署代码 [英] Deploying code on test server using souce safe

查看:78
本文介绍了使用源安全在测试服务器上部署代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好



我想使用source safe在测试服务器上部署我的代码。我以前没用过它。

请有人指导我。





非常感谢

Hi all

I wanted to deploy my code on test server using source safe. I havent used it before.
Please can someone guide me.


Many Thanks

推荐答案

源安全存储就是这样。 来源代码。它是代码的中央存储库,因此可以在一个中心位置管理和合并并备份整个团队的更改。



它不存储生成的二进制文件编译应用程序时。



因此,源安全实际上不会包含您需要部署的失败。



你需要什么,如果你正在寻找一个构建和部署机制的MS解决方案是Team Foundation Server(TFS)。



然后可以自动构建一个版本签入代码更改时。运行自动化测试。然后将生成的构建文件发布到特定位置。



TFS中的构建过程使用MSBuild引擎。这个问题涉及的范围太大了。但它能够完成与自动构建和部署相关的几乎任何事情。



如果这是一个Web项目。您可以输出到模板服务器,然后使用Web Farm Framework将更改推送到其他服务器。
Source safe stores just that. Source code. It's a central repository for your code so changes across a team can be managed and merged and backed up from a central location.

It doesn't store the binary files generated when you compile your application.

So source safe will not actually contain the fails you need to deploy.

What you need, if you're looking for an MS solution to build and deploy mechanisms is Team Foundation Server (TFS).

Then can automatically build a release when code changes are checked in. Run automated testing. And then publish the resulting build files to a specific location.

The build process in TFS uses the MSBuild engine. This is far too big a topic to cover with this question. But it has the ability to do almost anything in regards to automated building and deployment.

If this is a web project. You can output to a template server and then use the Web Farm Framework to push the changes out to your other servers.


源安全存储就是这样。 来源代码。它是代码的中央存储库,因此可以在一个中心位置管理和合并并备份整个团队的更改。



它不存储生成的二进制文件编译应用程序时。



因此,源安全实际上不会包含您需要部署的失败。



你需要什么,如果你正在寻找一个构建和部署机制的MS解决方案是Team Foundation Server(TFS)。



然后可以自动构建一个版本签入代码更改时。运行自动化测试。然后将生成的构建文件发布到特定位置。



TFS中的构建过程使用MSBuild引擎。这个问题涉及的范围太大了。但它能够完成与自动构建和部署相关的几乎任何事情。



如果这是一个Web项目。您可以输出到模板服务器,然后使用Web Farm Framework将更改推送到其他服务器。
Source safe stores just that. Source code. It's a central repository for your code so changes across a team can be managed and merged and backed up from a central location.

It doesn't store the binary files generated when you compile your application.

So source safe will not actually contain the fails you need to deploy.

What you need, if you're looking for an MS solution to build and deploy mechanisms is Team Foundation Server (TFS).

Then can automatically build a release when code changes are checked in. Run automated testing. And then publish the resulting build files to a specific location.

The build process in TFS uses the MSBuild engine. This is far too big a topic to cover with this question. But it has the ability to do almost anything in regards to automated building and deployment.

If this is a web project. You can output to a template server and then use the Web Farm Framework to push the changes out to your other servers.


这篇关于使用源安全在测试服务器上部署代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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