teamcity

How to debug into my nuget package deployed from TeamCity?

旧时模样 提交于 2019-12-17 08:05:18
问题 I have put a library that my team uses into a nuget package that is deployed from TeamCity into a network folder. I cannot debug into this code though! SymbolSource is one solution I have read about but I would much rather find some way to have access to the .pdb/source files directly from Teamcity. Does anyone know how to do this? Edit. When I check 'Include Symbols and Source' in the Nuget Pack build step TeamCity creates a .Symbol.nupkg in addition to the .nupkg file in the network folder.

Running boost unit test console applications as part of Teamcity build

别说谁变了你拦得住时间么 提交于 2019-12-14 03:53:36
问题 In our application, there are a bunch of unit test console applications that have been written using the boost unit test framework. These test applications form part of the Visual Studio Solution (we are using VS2008 Professional). Is it possible to run these as part of a Teamcity build? So far I have configured Teamcity to check out the latest source from subversion and build it. Now I would like to run these console applications as a final build step. I would appreciate any advice on how to

Static analyser issues with command line tools

瘦欲@ 提交于 2019-12-14 03:40:09
问题 We have automated the builds of our current project by using TeamCity/Command Line Tools. To be sure to catch as much potential issues as possible, we have set the project to use the static analyser for each build. Several 3rd-party classes were flagged by the analyser so we excluded the dubious classes by flagging them with: -w -Xanalyzer -analyzer-disable-checker Everything works as expected when compiled in Xcode (tested with 4.6.3 and 5.0.1). But when compiled on the TeamCity server, we

Globally disabling FxCop errors in TeamCity

对着背影说爱祢 提交于 2019-12-14 02:06:54
问题 Ok, another FxCop question for today. I've read the arguments regarding the IdentifiersShouldBeCasedCorrectly rule, and whether or not it should be "XML" or "Xml". Well, I'm an "XML" guy and I want to stay that way. Therefore, I do not want FxCop to correct me all of the time. I have been using the SuppressMessage attribute only for specific cases. I have also used FxCop to mark a ton of errors and copied them as "module" level SuppressMessage statements into assemblyinfo.cs. That works

Integrate TeamCity Reports to Confluence

旧时模样 提交于 2019-12-14 00:42:00
问题 Is there a way (plugin) to integrate build-reports from teamcity to confluence 回答1: I'm not sure that this is what you're looking for but Etienne Studer has bloged about Confluence TeamCity Integration (it's pretty old but it's hard to be accurate without any informations on the versions you're using): TeamCity provides a widget that displays the status of a given build configuration in an arbitrary web page. With a little help by Kir from JetBrains, I was able to integrate the External

Include Search Paths in TeamCity build Configurations

ⅰ亾dé卋堺 提交于 2019-12-13 17:47:05
问题 Normally when a Developer compiles a certain mixed C++/C# solution locally on their machine at our company, they employ the use of a .vssettings configuration file. One of the things included in this config file is reference to various directory paths for Lib and Include files. However, our buildAgent machines (using TeamCity) are set up to be sterile, and have the bare minimum installed on them required to build any given solution/project. This means the above exampled mixed C++/C# project

Send command from TeamCity to run automation tests on Jenkins

霸气de小男生 提交于 2019-12-13 17:23:17
问题 Is there a way to add a build step in TeamCity which sends a request to Jenkins server, run some automation test scripts in Jenkins and sends back a response to Teamcity. The idea basically is to automate the whole deployment process which also includes running of some automation tests created using python scripts (which will be done on Jenkins). I am not sure if this is the best way of doing it but are there any better ways to achieve this? Also any hints on how to send command from Teamcity

teamcity how to handle configuration parameters which contains “%”

吃可爱长大的小学妹 提交于 2019-12-13 16:07:02
问题 for example, I need to pass a configuration paramters whose value is "abc%123", but when I encho the values, it is always "abc123", even I followed http://confluence.jetbrains.com/display/TCD8/Defining+and+Using+Build+Parameters+in+Build+Configuration change the value to "abc%%123", the value echoed is still "abc123". I use the teamcity 8.0.4. Does any body hear know how to solve this issue? 回答1: When you enter the parameter value, you must escape the % with %%, i.e. abc%%123 instead of abc

change server url from localhost

巧了我就是萌 提交于 2019-12-13 15:25:27
问题 I installed teamcity 9.1 on mac os. I can access teamcity via http://localhost:8111/ . I can change port in file TeamCity/conf/server.xml by changing <Connector port="8111" protocol="org.apache.coyote.http11.Http11NioProtocol" . But how can I change server url e.g. http://localhost:8111/ to http://teamcity.test:8111/ I tried changing in server.xml from <Engine name="Catalina" defaultHost="localhost"> But after I start teamcity as ./runAll.sh start it stills can access from http://localhost

svn checkout challenges for a password when running unattended in TeamCity

北城余情 提交于 2019-12-13 14:36:19
问题 I'm currently in the process of configuring StatSVN to run in TeamCity and am running into a bit of a problem I need some ideas on. Firstly, StatSVN needs to run against a working directory that has been checked out from SVN, it can't run against the copy of the app that TeamCity exports from SVN. As such, it needs to perform an svn checkout on the build server. What I've done is created a bat file which runs the three command required by StatSVN to create the report, the first of which is