nerlijma
nerlijma

Reputation: 975

deploy .rdl with tfs 2015 build definition

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

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31003

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

Upvotes: 0

Related Questions