How to build SSRS reports (rptproj) with TeamCity and Visual Studio 2015

喜你入骨 提交于 2019-12-01 21:55:28

You have to build the rptproj by calling Visual Studio executable (devenv.exe):

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" "[fullpath]\FooBarSolution.sln" /Rebuild [SolutionConfiguration] /Project KPI /Log "[fullpath]\Logs\KPI.Build.Log.log" /Out "[fullpath]\Logs\KPI.Build.Out.log"

Also you have to set the TargetServerVersion property of the project to SQL Server 2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!