Visual Studio (sln)
note
Since TeamCity 2019.2.3, we have stopped providing active support for the Visual Studio (sln) runner.
Since the Visual Studio (sln) runner uses MSBuild for building projects under its hood, you can softly migrate to using the .NET build runner with the
msbuild
command. Your configured Visual Studio (sln) settings (such as command line parameters) will work similarly withmsbuild
.
Note the .NET runner also supports the VS-nativedevenv
command which allows launching Visual Studio in a command-line mode and using its own switches for building, debugging, and deploying projects.For more details on migration, refer to the .NET runner description.
note
The Visual Studio (sln) build runner requires the proper version of Microsoft Visual Studio installed on the build agent.
note
The Visual Studio (sln) build runner requires the proper version of Microsoft Visual Studio installed on the build agent.
Thanks for your feedback!