独立开发人员的最佳持续集成设置 (.NET)

3

本文介绍了独立开发人员的最佳持续集成设置 (.NET)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我正在寻找一个轻量级、易于设置的 CI 服务器,可以在我的笔记本电脑上与 Visual Studio & 一起运行.锐器.显然,我正在关注 CruiseControl、TeamCity 等所有知名品牌,但对我来说最大的考虑是易于设置和较小程度的内存占用.

I'm looking for a lightweight, easy to setup CI server that I can run on my laptop along with Visual Studio & Resharper. I'm obviously looking at all the big names like CruiseControl, TeamCity etc etc but the biggest consideration to me is ease of setup and to a lesser extent memory footprint.

我还想对大 2/3 之外的其他解决方案提出一些建议...

I'd also like some suggestions for other solutions outside the big 2/3...

如果没有其他人要添加任何内容,我将接受答案?

I'm about to accept an answer if no one else has anything to add?

推荐答案

我使用 TeamCity,并且真的非常容易设置和运行.

I use TeamCity, and is really, really easy to setup and get it running.

查看演示和文档.您将在不到一小时的时间内启动并运行它!

Check the Demos and Documentation. You will have it up and running in less than one hour!

这篇关于独立开发人员的最佳持续集成设置 (.NET)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14