How to configure an ASP.NET build server?

I want to create an ASP.NET build server for the first time since I never used it.

Does anyone have a tutorial or resource on how to create an ASP.NET build server?

Or can someone tell me how this is done?

+3
source share
5 answers

If you “create” means “configure the build server”, I suggest you take a look at TeamCity from jetBrains.

TeamCity is a multi-purpose build server and can be used to create ASP.NET projects.

You can start and run for free, and it is very easy to configure, compared to CruiseControl.Net.

MSBuild, , ASP.NET.

, ( ?), .

+8

script? , . , CruiseControl - .

+2

, .

  • script
  • (, Subversion, TFS [] SourceSafe)
  • ( )

script, - Powershell, .

, CruiseControl.NET TeamCity Hudson. Java, J2EE, Tomcat.

Hudson , , ( MSBuild ), , .. .

0

- - DLL . MSBuild.

Team Foundation Server (TFS). TFS , , .

0

Source: https://habr.com/ru/post/1726660/


All Articles