We have a teamcity server (v8) for building / deploying our web app.
For a build we don't have a solution file (sln), only a csproj (and the packages.config). But teamcity asks for a sln file on a nuget installer step. How can we do ?
note : we have a sln file but it's common to all our web projects (~10) and not included on the checkout rules (for building one site we create a checkout rule including only the desired website and the library common to all of them).