build-server

Continuous integration with .net and svn [closed]

二次信任 提交于 2019-12-09 06:27:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . We're currently not applying the automated building and testing of continous integration in our project. We haven't bothered this far as we're only 2 developers working on it, but even with a team of 2 I still think it would be valuable to use continous integration and get a confirmation that our builds don't

Async Targeting Pack without Visual Studio 2012 on BuildServer

风格不统一 提交于 2019-12-08 09:43:53
问题 I am using a Buildserver which does not have installed any Visual Studio. I use TeamCity with msbuild Agent to Building my application. Now, I need to use the Async Targeting Pack for using async/await (I cannot update the application to .NET 4.5 because it has to run on Windows XP Machines). Now, I am searching a way to continue build my application on this machine with Referenced the Async Targeting Pack but without installing Visual Studio 2012. Is there a way to do this? 回答1: The Aync

Team City - Add Gallio test result xml to build display

岁酱吖の 提交于 2019-12-08 01:32:09
问题 Im using TeamCity with Gallio/XUnit/Specflow and trying to display our unit/acceptance test results. I believe the output is NUnit xml test result format. Our unit tests auotmatically display using the command runner with Gallio. The acceptance tests are run through a large Powershell script which calls Gallio (Run-Gallio). Results are output to acceptance-test-results.xml. Is there a way to display the acceptance-test-results.xml in TeamCity (6.5.5) ? 回答1: To do this in a PowerShell script

Coded UI build server integration process

感情迁移 提交于 2019-12-06 15:24:16
问题 We would like to integrate an automated functional test solution (developed using SpecFlow and Coded UI) in our build server. The project looks like this: the AUT is a WPF application the developers are working with Visual Studio 2010 Professional automation testers joined the project with Visual Studio 2012 Premium (VS Premium is needed for Coded UI tests) Visual Studio 2010 Professional is installed on the build server Jenkins is used a VM is configured for the development and a 2nd VM will

TFS 2017 - Build Server does not build Visual Studio 2017

好久不见. 提交于 2019-12-06 04:04:43
After upgrade of Visual Studio 2017 last week on my build server, the MS Build 15.0 is not in use anymore. So whenever I try to compile visual studio 2017 projects which use new feature they will fail. The Warning in build log is: Visual Studio version '15.0' not found. Looking for the latest version. And the error is: something.cs(542,41): Error CS1525: Invalid expression term 'int' Which is because build server is using MS build 14.0 I guess. So far I have 1- Uninstall and Reinstalled the Visual Studio 2017 on the build server. 2- Installed "Visual Studio Build Tools 2017". And nothing works

Setting up TeamCity to integrate to OSX Build Agent

安稳与你 提交于 2019-12-05 17:46:45
Following on from my question on Setting up Teamcity to build Android , I now have the fun challenge of doing the same for an iOS project! What I would like to do is have a TeamCity job (along with all our other Teamcity jobs) to build an iOS Codebase + run unit tests. I'm aware to build iOS we need an OSX Build Agent with XCode installed. It won't work on Windows. What I'd like to know is ... has anyone successfully done this, integrated a Windows TeamCity instance with an OSX Build Agent running on another machine? Are there any cloud providers that have OSX Virtual Machines we can rent to

Coded UI build server integration process

。_饼干妹妹 提交于 2019-12-04 21:49:07
We would like to integrate an automated functional test solution (developed using SpecFlow and Coded UI) in our build server. The project looks like this: the AUT is a WPF application the developers are working with Visual Studio 2010 Professional automation testers joined the project with Visual Studio 2012 Premium (VS Premium is needed for Coded UI tests) Visual Studio 2010 Professional is installed on the build server Jenkins is used a VM is configured for the development and a 2nd VM will be used by the testers Could someone help me with the build-server integration process? Which are the

Can Hudson be configured to build every revision?

守給你的承諾、 提交于 2019-12-03 13:03:51
问题 I've started experimenting with Hudson as a build server. I'm using subversion and have it configured to poll every minute. The issue I'm seeing is that if a build at revision 10 takes 5 minutes and there are 5 commits during that time, Hudson will next build revision 15. Is there a way to ensure every revision is built? 回答1: Hudson does not yet have this capability, but its been asked for a few times on the mailing list. See issue 673 回答2: You have to do a few things to build exactly each

How do we authenticate against a secured NuGet server with Cake build?

ε祈祈猫儿з 提交于 2019-12-03 11:54:19
We are working on automating our builds using Cake Build and we use NuGet packages from nuget.org but we also have our own NuGet Feed server which has a username/password authentication to access. How do we utilize Cake Build with a custom NuGet feed server with authentication? devlead Cake utilizes the NuGet.exe for installing tools, addins and the NuGet aliases. Unless you have a source specified in the #tool / #addin directives or provided to the NuGet aliases, then NuGet.exe will look for nuget.config in current path and eventually end up at current users global settings ( %AppData%\NuGet

Continuous integration with .net and svn [closed]

你。 提交于 2019-12-03 09:07:32
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. We're currently not applying the automated building and testing of continous integration in our project. We haven't bothered this far as we're only 2 developers working on it, but even with a team of 2 I still think it would be valuable to use continous integration and get a confirmation that our builds don't break or tests start failing. We're using .Net with C# and WPF. We have created Python-scripts for building the