Why does the deployment package from my buildserver have additional assemblies?

前端 未结 4 833
陌清茗
陌清茗 2020-12-08 01:33

I\'ve got an asp.net mvc deployment package that I\'m trying to build with team city. The package builds without any problems, but the bin folder contains file that are not

4条回答
  •  隐瞒了意图╮
    2020-12-08 02:21

    After a bunch more digging around I noticed that the build server had the .Net framework on, but not the framework SDK. After installing the SDK on the build server the additional assemblies were no longer added.

提交回复
热议问题