开发者

What are prerequisites to automate building of C# and Powershell API based project developed using Visual studio

开发者 https://www.devze.com 2023-04-04 21:12 出处:网络
I am writing an SCVMM like VMM management agent to install it as a service on Windows server 2008 R2 only.

I am writing an SCVMM like VMM management agent to install it as a service on Windows server 2008 R2 only.

The agent is already been developed on Windows server 2008 R2 platform using .Net 4.0 framework, C#, VMM api, Visual studio. It just runs as service. System Center tools as also been installed to work with SCVMM.

开发者_开发知识库

I have used NANT and NantContrib to automate the build on development machine. But I want to automate build process of the agent on actual build machine where environment is Windows7 and some Java related JRE installed.

My question is, to automate the agent, Do I need to install on build server? .Net 4.0 is enough or Do I have install Windows System Center tools as well?

Regards, Bala


Only if System Center Tools is required to build the solution. By the sounds of it from your question, System Center Tools is only required to install it. So I guess it depends if you're doing a pure build server or striving for continuous delivery..

If the build server will just generate an installer package and dump it to a file share somewhere, you shouldn't need to install any management tools on the build server. However if you also want to build server to automate deployment, these extra management tools might need to be available to it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号