0
votes
0answers
9 views

Deploying shared server controls with web.config transforms

I'm using teamcity to deploy our web application to several servers using msbuild and webdeploy. I have a configuration per customer / environment combination - for example: Internal-Dev ...
0
votes
1answer
14 views

Using TeamCity to deploy 2 projects in the same solution to different servers

All, I new to TeamCity and I'm have a configured teamcity for my .net 4.5 solution and it builds fine. However, my solution contains 3 projects. One of the projects is a web service and a web ...
0
votes
1answer
18 views

TeamCity - NuGet Package Restore cannot find package, has no Source

I have a package on my TeamCity NuGet feed, built by TeamCity, but a dependent TC project cannot see it during package restore. [14:05:02][Exec] ...
0
votes
1answer
10 views

TeamCity can't build a portable/custom targeted library

I have a solution with a core library that is portable, targeted at Windows Store, .NET 4.5 and Windows Phone 8.0 This project will not build via TeamCity. [12:31:36][GetReferenceAssemblyPaths] ...
0
votes
2answers
17 views

TeamCity - Nuget package restore and RequireConsent

A TeamCity build fails. It is failing to update a NuGet package to a particular version, which is available on a feed actually provided by TeamCity itself. ...
0
votes
0answers
36 views

DefineCustomFiles and CustomCollectFiles are not fired by TeamCity

I'm trying to publish extra files with TeamCity. I also opened a subject here: Publish extra dll files not included in the web project but here I'm focused on the fact that DefineCustomFiles and ...
0
votes
1answer
25 views

MSBUILD : error MSB1008: Only one project can be specified in teamcity

I am trying to run msbuild with teamcity. I have a batch file and I pass into it parameters and the build works. When I try to run through teamcity I get error below [13:24:46][MSBuild output] ...
0
votes
0answers
31 views

SlowCheetah and TeamCity integration

After discovering SlowCheetah add-on and setup it on my local machine, I faced with problem that TeamCity doesn't run the transformation. I configured all in the build server according to this ...
1
vote
1answer
64 views

Publish one web project from solution with msbuild

I'm trying to deploy one of the web projects in my solution to a server. I am using msbuild on TeamCity like so: msbuild MySolution.sln /t:WebSite:Rebuild /p:DeployOnBuild=True /p:PublishProfile=Prod ...
1
vote
0answers
47 views

Perform a SVN merge in TeamCity (or MSBuild)

I need to merge an SVN branch into the trunk during a TeamCity (6.5) build. it currently checks out the trunk and then starts to compile/test/deploy etc the project. Just before the compile stage, I ...
0
votes
0answers
69 views

TeamCity MSbuild Deploy procedure

I'm using TeamCity for deployment process. For deploy i'm running MSbuild with this command line parameters: /P:Configuration=Release /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish ...
0
votes
0answers
20 views

MsBuild fails with error MSB4064: the “SourceRootPath”

After migration of our TeamCity installation to new server one of projects stops building, with following errors: [TransformWebConfigCore] TransformXml [19:36:04][TransformXml] C:\Program Files ...
1
vote
1answer
118 views

The “TransformXml” task was not found (error MSB4036) on TeamCity build

Hello I have build server with TeamCity. My project is Sitecore Web Application. I am using TDS (HedgehogDevelopment). I have setup build settings in TeamCity with MS build and it looks like working ...
0
votes
1answer
117 views

TeamCity won't publish project using MsDeploy

I have msbuild command to publish my project (WCF Service Application) that looks as follow: msbuild FooBar.Service.csproj /p:DeployOnBuild=true; DeployTarget=MsDeployPublish; ...
0
votes
1answer
51 views

Nuspec file renaming is not working with octopack

I am auto publishing using octopus and teamcity. I have a project with multiple configurations and need to have different package id's for same solution. Also have 1 nuspec file in the project. In ...
0
votes
2answers
45 views

Teamcity build leaves all code behind in the folder

I've a problem with teamcity. The build works fine after svn checkout and it moves all files in the right folder, but i still get the aspx.cs files of the project. What's the best way to delete them?
0
votes
0answers
44 views

Error building in TeamCity

While building a project in TeamCity I get this error. Any idea why? [15:05:04]Step 2/2: Web Admin (MSBuild) (6s) [15:05:07][Step 2/2] x.Admin\x.Admin.csproj.teamcity: Build target: Build (4s) ...
0
votes
0answers
35 views

MSBuild performance problems after server migration

We are running TeamCity with 20-ish .Net build configurations. All of them uses MSBuild 4.0. We recently moved one of our build agents from a machine running Windows Server 2008 to a new physical ...
1
vote
0answers
117 views

MSBuild error when building VC++ 2012 MSB6006: “CL.exe” exited with code -1073741502

When building a sln file which only contains c++ projects using VS 2012 on TeamCity, I get the following error: error MSB6006: "CL.exe" exited with code -1073741502. Does anyone know what does this ...
2
votes
1answer
67 views

TeamCity Build Failure

I have tried many things today to get my build to work in Teamcity but to no avail. Here is my setup. I have 2 build configurations in TeamCity Build Solution Build Deployment Package Debug ...
3
votes
0answers
103 views

Entity Framework does not embed metadata into dll

What I'm trying to do I currently have a project file that contains a single EF 5 Model with the .edmx configured to embed the metadata into the output assembly. If I run a local package via Visual ...
1
vote
3answers
98 views

TeamCity “.Net Process Runner” hangs

We have started migrating our one of several projects to team city as part of CI. Below is how we have setup teamcity build. We are trying to deploy WebSite. 1) Build Step 1 (Package installation) ...
0
votes
0answers
51 views

web publishing pipeline with teamcity

I have a project with a wpp pipeline that has some extra acl and dbDacFx tasks. The solution runs fine on my build machine and produces the correct deployment manifest, however when i run the same ...
0
votes
0answers
45 views

Teamcity MSBuild Gallio integration [closed]

I am new at this. I am trying to create a task in Teamcity to run my tests created with MBunit, Gallio. I searched quite some time but I could not find a solution. Does anyone has a manual how to ...
4
votes
2answers
129 views

Is there a recommended approach to configuring a NuGet package targeting multiple frameworks in TeamCity using MSBuild?

I've read a handful of posts (see references below) and have yet to find a guide on best practices that is specific to my tech stack. The goal: Create a single NuGet package targeting multiple .NET ...
2
votes
3answers
147 views

Cannot add part for the specified URI because it is already in the package

I am using NUGET Pack in teamcity to build a package. But it is creating the following error. I am using nuget teamcity version 2.2.1. Step 2/2: Build Package (NuGet Pack) (14s) [12:10:40][Step 2/2] ...
0
votes
2answers
99 views

TeamCity “The element <ParameterGroup> beneath element <UsingTask> is unrecognized.”

I receive the following error from an MSBuild task on TeamCity. The element <ParameterGroup> beneath element <UsingTask> is unrecognized.
2
votes
3answers
139 views

Prevent MSDeploy (selectively) from deleting folders on target IIS server

I have an IIS web application with a structure roughly similar to: wwww.mysite.com file1.asp file2.asp \DotNet file3.aspx file3.aspx We are setting up TeamCity to do auto deployments. ...
1
vote
1answer
36 views

madExcept.obj not found when building in Team CIty

I build a C++ Builder 2010 project using Team City and noticed that I got issues when adding madExcept. The build complains about not finding MADEXCEPT.OBJ. My guess is that the standard include paths ...
1
vote
2answers
449 views

How can I pass MSDeploy-style parameters to MSBuild via the commandline?

I am setting up TeamCity to deploy our Website Project application (using a *.wdproj) and Web Deploy application to IIS. I have a build configuration that uses MSBuild.exe with the MSDeployPublish to ...
6
votes
1answer
1k views

MSBuild in TeamCity of Visual Studio 2012 solution

I have a VS 2012 web project /sln that I am trying to build in TeamCity. it uses .NET 4.5 which is installed on TeamCity. The TeamCity server has VS 2010 installed only. I get this error when the ...
0
votes
1answer
185 views

Team City build error file not found

I'm having an issue with a Team City build. I added a web.config transform to my publish profile however the publish process can't seem to find the file. The file Web.Stage.config does exist on the ...
1
vote
1answer
98 views

Stop TeamCity Build when process exits with code 1

I am creating a TeamCity build configuration with a few steps. One of those steps is running tests using MSTest. Currently, my tests are failing (by design so I can test the build process), but the ...
0
votes
1answer
78 views

Deploy a specific revison based on pinned build using MSBuild in TeamCity

My setup in TeamCity: I've got a "CI configuration" running a singular build step that uses a MSBuild script checked-in to the from the project. The configuration has a number of sub targets such as ...
1
vote
1answer
369 views

How to add the custom nuget feed to TeamCity build?

I have created a Nuget Server using Teamcity (running on a virtual machine in internet) and created the build that publishes a package into it. I also have another project that needs to use that ...
0
votes
2answers
198 views

TeamCity Build Web Solution with Multiple Projects ASP.NET MVC

I have what I believe is a really common scenario with an ASP.NET MVC 3 solution. It has a WEB project and a DAL class library. I have the all my data access in the class library, which is required to ...
0
votes
0answers
227 views

passing properties to target using msbuild dont work in teamcity

I am passing following to run target in MSBUILD twice using different parameters. It works fine, but when this file runs under TeamCity, it does not pass parameters, Can someone help? <Target ...
0
votes
2answers
157 views

Increment the build number automatically

I have two projects in solution. One is version 3.0.0.* and the other is 2.0.0.*. I build my solution on Team City using an MSBuild script. How can I inject the build number portion of the version ...
3
votes
3answers
1k views

WebDeploy with MSBuild Not Deploying from TeamCity

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this on my computer in powershell, using the following command: msbuild.exe .\mvc.csproj ...
0
votes
2answers
167 views

Publishing only the built .sln files artifacts in TeamCity

We have a git repository that contains about 6 .sln files. Each solution has around ~ 15 projects. We also use TeamCity to poll our git repository and build in case any changes are found. I'd like ...
0
votes
1answer
247 views

TeamCity - Setting Build Configuration to Staging

Simple question. How do I set the build configuration to something other than Debug? Setting /P:Configuration=Staging in the Command line parameters box, leads to this error: TeamCity says to use ...
2
votes
2answers
512 views

TeamCity not executing MSBuild command line

I've created a Team City project that will build SSIS v2008 project, utilising MSBuild to create the SSIS pacakges. I'm able to run to build SSIS project from the command line: ...
2
votes
1answer
128 views

TeamCity doesn't compile the Visual Studio MS Test Project

I have several MS Test project in my solution, but in build server (TeamCity 7.1), I can't compile them. the exception is saying ...'VisualStudio' namesapce does not exist... I copied the ...
1
vote
1answer
50 views

Teamcity buildagent system log alerts

We currently have our dev server running Teamcity 7.1 and have been building / publishing without a problem. Recently though, we noticed that whenever an error is generated in the Application logs, ...
0
votes
4answers
253 views

Continuously building and delivering only changed components

My team builds a .NET based software and several other components. Currently using TeamCity to do the continuous integration, MSBuild for simply compiling .sln file (plus some other small tasks such ...
2
votes
1answer
931 views

Teamcity: VS 2010 Solution fails to deploy after converting to VS 2012 Solution

I have a VS 2010 Solution containing asp.net C# projects, 4.0 Framework. We use Teamcity 7.1.1 (build 24074) as CI and deployment server. We upgraded to Visual Studio 2012 and converted this ...
1
vote
3answers
107 views

Build only changed item or build all ,which is preferred in continuous integration?

Our software is split into multiple components. Msbuild scripts automate our build and batch scripts to invoke it. We are taking the daily build of our components even if we have small changes. We ...
0
votes
1answer
85 views

MSBuild : Global Asax not Included

We have an MSBuild task that runs on our server after pulling down code as an automated build server. Our problem is that when we deploy the site from the output of MSBuild, there are a few files ...
0
votes
2answers
794 views

Teamcity MSBuild Copy build output to new folder

I've managed to get Teamcity running and connecting into bitbucket and the final step I'd like would be to get the MVC 4 project copied into another folder on the server ready for an xcopy deployment ...
0
votes
2answers
354 views

MSbuild command line parameter for skipping the directory

I have following command line parameters in team city for deployment. everything works fine but i want to skip some directory while deployment. how can i add that logic in following msbuild script in ...

1 2 3 4 5