Search code examples
vb.netteamcityoctopus-deployteamcity-9.0build-server

TeamCity artifact includes every single file


After using TeamCity, my build process is Visual Studio (sln) -> NuGet Pack. Everything builds fine and the artifact is created. But the artifact has every single file, include the .vbproj, .vb files, the classes folder which only holds .vb files.

Is there a way to turn a setting on to create the artifact which doesn't have all the .vb files etc due to them being compiled in the .dll?


Solution

  • For anyone wondering, I just excluded the .vb files in the nuspec