From what I see in Bamboo, I have a feeling that Bamboo is best suited for Web Application.
I see that we can build, test, deploy in Bamboo.
How about Windows application (e.g. .Net), does Bamboo still offer same capabilities like in Web Application?
Depends on what it is specifically you're interested in. You weren't very specific in your question so I can only offer a general answer.
It can easily do command line builds using msbuild and devenv (or whatever the other msbuild command is). You can use nunit for reporting nunit testing results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so let me summarize, what we can do in bamboo for win forms:
1. How about msi package? is it possible using bamboo?
2. For bamboo I was thinking about using it (for .net win forms) to build, run unit test, deploy (create .msi). If you could give me more example or suggestion on what else I can do with bamboo, would be great.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The simple answer is yes.
There are a few built-in (technically 'Atlassian Bamboo .NET Plugin') tasks like the MSBuild, MSTest Runner but you can run any command line, batch script, or PowerShell from Bamboo.
The only special things Bamboo does that you can't customize are display. The Test Runners and Parsers will display the tests in a special view, I believe NCover works the same but haven't used it in Bamboo yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What capabilities does it offer you for your web application?
Over here we're building and deploying Web Forms, MVC, ASMX Services, Console Applications with Scheduled Tasks, and Windows Services -- all .net 4.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.