I want to deploy a SSRS project from a TFS server to another server (ProdServer) as a job in SQL Server and run it dynamically.
How I can do it please.
I want to deploy a SSRS project from a TFS server to another server (ProdServer) as a job in SQL Server and run it dynamically.
How I can do it please.
You can try to write Batch script or use utility such as RS.exe to deploy the report, then in TFS Build definition call the script or utility.
Below threads also for your reference: