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


we have build step build solution 70 projects using visual studio (sln) runner type. able build other projects not supported msbuild, such vdproj file , office plug-ins doing this. however, apparently not work ssdt/ssrs projects. have made sure latest version of ssdt installed visual studio, , visual studio 2015 directly on build server.

rptproj not supported msbuild , cannot built

is there thing else need these build correctly? have read people moving them own solution not after here, , i'm not sure fix problem.

this important because require build output targets sql 2008 instead of copying rdl's directly in project tooling version (sql 2016).

you have build rptproj 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 have set targetserverversion property of project sql server 2008

enter image description here


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -