In TeamCity, I'm trying to create a NuGet package. It works, however only the main EXE is included in the package. When it gets deployed to a server, the dependent assemblies are missing, and so is the config file. I don't see an option to included the dependent assemblies. Is there a way to do so?
Instead of a nuspec file, I'm using the csproj file. The screenshot, below, shows that and the rest of the settings.