tagged [teamcity]

error APPX3212: SDK root folder for 'Portable 7.0' cannot be located

error APPX3212: SDK root folder for 'Portable 7.0' cannot be located I'm trying to build my solution using TeamCity / MSBuild. It's a WebAPI project which shares some entities in a PCL with a mobile c...

MSBuild is replacing Newtonsoft.Json.dll with an older version

MSBuild is replacing Newtonsoft.Json.dll with an older version I am using the MSBuild runner in TeamCity to build an ASP.net web api and running unit tests. Everything was working, until I upgraded to...

MSDeploy - Allow Parameter to be optional / empty in parameters.xml

MSDeploy - Allow Parameter to be optional / empty in parameters.xml I am using [msdeploy](/questions/tagged/msdeploy) to deploy a [asp.net-mvc](/questions/tagged/asp.net-mvc) web application via [team...

Creating one NuGet package from multiple projects in one solution

Creating one NuGet package from multiple projects in one solution I have a solution that I'm working on that contains 4 class library projects (`A`, `B`, `C`, `D`). `A` and `B` could be considered the...

8 Apr at 15:48

Include NuGet packages in TeamCity

Include NuGet packages in TeamCity I recently started using NuGet to manage external packages. For now I have only needed it for NLog. Everything works fine when I Build the project in VS 2012. Howeve...

Nuget Restore via build server "unable to find version"

Nuget Restore via build server "unable to find version" I have a VS solution and as part of a TeamCity Build, we restore packages from both a private NuGet feed (myget) and the public feed (nuget.org)...

11 Nov at 18:19

Teamcity v7.0.2 - checkout directory file cannot be deleted when applying patch

Teamcity v7.0.2 - checkout directory file cannot be deleted when applying patch One of developer is applying patch to CI and has broken the CI build. The error occurred as below in the build log. I ha...

22 Jun at 00:44

Building Portable Class Library Project in build server fails

Building Portable Class Library Project in build server fails I've recently added some custom Portable Class Library projects to an application that is built in an build server. The build was working ...

String Interpolation will not build on TeamCity

String Interpolation will not build on TeamCity For an old project I support, I've been performing some modernization. That has included various things: bumping the .NET Framework up to 4.6, and other...

18 Dec at 21:34

Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds

Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds I've been using Selenium for a number of months, which we're using to automate some of our internal testing process...

ServiceStack License not found when using NUnit 3 through Console Runner in TeamCity

ServiceStack License not found when using NUnit 3 through Console Runner in TeamCity I am using a valid license key. But I keep getting this error: ``` ServiceStack.LicenseException : The free-quota l...

Entity Framework Provider type could not be loaded?

Entity Framework Provider type could not be loaded? I am trying to run my tests on TeamCity which is currently installed on my machine. > `System.InvalidOperationException`: The Entity Framework provi...

Publish one web project from solution with msbuild

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: However, when I run it, msbuild stil...

3 Jun at 08:13