TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.
We need to integrate Karma test runner into TeamCity and for that I'd like to give sys-engineers small script (powershell …
node.js teamcity npm karma-runnerVisual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. …
asp.net visual-studio-2010 msbuild teamcity msdeployI've been using Selenium for a number of months, which we're using to automate some of our internal testing processes. …
c# selenium selenium-webdriver nunit teamcityOur buildserver (TeamCity, much recommended), runs our a whole bunch of testsuites on our finished c++ program. Once in a …
visual-studio teamcityA few projects in my client's solution have a post-build event: xcopy the build output to a specific folder. This …
teamcity xcopyWhen using TeamCity to compile my MSBuild XML task script, it fails with this: [10:43:03]: myWebProject1\ myWebProject 1 .csproj (3s) [10:43:07]: [ myWebProject1\ myWebProject1 .…
.net .net-4.0 msbuild teamcity msbuild-taskI'm setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, …
c# asp.net deployment teamcityI installed a build agent on Windows 7 and always have the agent show up as "disconnected". The log teamcity-agent.txt …
teamcityI've got a set of test cases, some of which are expected to throw exceptions. Because of this, I have …
c# nunit continuous-integration teamcity