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...
- Modified
- 23 May at 12:25
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...
- Modified
- 1 Jun at 07:58
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...
- Modified
- 4 Sep at 11:7
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...
- Modified
- 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...
- Modified
- 2 May at 08:52
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)...
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...
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 ...
- Modified
- 13 Dec at 00:1
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...
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...
- Modified
- 26 Nov at 13:20
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...
- Modified
- 6 Feb at 12:34
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...
- Modified
- 14 Nov at 16:5
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...