Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity and MSBuild 4.5

Is there any way to target framework 4.5 and use MSBuild 4.5 in Teamcity? My search so far has been vain.

like image 819
Mihalis Bagos Avatar asked Mar 09 '12 18:03

Mihalis Bagos


People also ask

What is MSBuild in TeamCity?

The MSBuild runner generates an MSBuild script that includes the user's script. This script is used to add TeamCity-provided MSBuild tasks. Your MSBuild script will be included with the <Import> task. If you specified a Visual Studio solution file, it will be called from the <MSBuild> task.

Is TeamCity a build tool?

TeamCity is a build management and continuous integration server from JetBrains. It was first released on October 2, 2006 and is commercial software and licensed under a proprietary license: a freemium license for up to 100 build configurations and three free Build Agent licenses are available.

What is TeamCity used for?

JetBrains TeamCity is a user-friendly continuous integration (CI) server for developers and build engineers free of charge with the Professional Server License and easy to set up!

Is MSBuild included in .NET framework?

Microsoft Build Engine, better known as MSBuild, is a free and open-source build tool set for managed code as well as native C++ code and was part of . NET Framework. Visual Studio depends on MSBuild, but not the vice versa.


1 Answers

It seems like JetBrains is planning on adding MSBuild 4.5 support to the next minor release of TeamCity (see issue TW-20629).

like image 105
Jonathan McIntire Avatar answered Sep 27 '22 20:09

Jonathan McIntire