Reputation: 975
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
Upvotes: 2
Views: 606
Reputation: 31003
You can add a Command line task in TFS Build definition, and specify the tool you want to run in this task:
Also, select the CI trigger in the definition:
Upvotes: 0