2
votes

I have several .rdl files I want to integrate to my TFS 2015 update 3 with continuos integration.

I have the Data Tools installed on the Build Server, therefore I can compile the Visual Studio project with the report files (rdl).

How can i deploy them using a build definition like a .net web app??

I have read several methods like using rs.exe, powershell, etc. No one seems to be a clear way to integrate TFS 2015 with Reporting Services

1
Did you mean you want to publish those .rdl files to a report server?PatrickLu-MSFT
@Patrick-MSFT, I want to publish them using TFS 2015 build definition. I know how to publish them with command line, visual studio or manually. Now I want to integrate it with a Continuos Integration Solution like TFS.nerlijma

1 Answers

0
votes

You can add a Command line task in TFS Build definition, and specify the tool you want to run in this task:

enter image description here

Also, select the CI trigger in the definition:

enter image description here