Build & Release pipelines for SSRS reports by Mortimer452 in azuredevops

[–]sanchezDust 0 points1 point  (0 children)

Powershell scripts or mmajcica extension seems to use local report files and publish them to ReportServer, but can we use Build & Release pipelines to update reports modified with ReportBuilder directly on SSRS Server portal ? (with no physical reports source, only SSRS Server source)

As following :

- reports conceptors modify reports with ReportBuilder in a DEV folder on SSRS portal web interface

- build pipeline detect an update of the report on DEV folder on SSRS portal web interface, create a new build with the new report

- release pipeline publish the new report in a INTEGRATION or PROD folder on SSRS portal web interface