mmajcica / DeploySsrs

Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
MIT License
21 stars 21 forks source link

Question: Does this support SSRS 2017? #13

Closed Swellenator closed 5 years ago

Swellenator commented 5 years ago

Hi,

Does this support SSRS 2017? My understanding is SSRS 2017 uses a new REST API rather than the old web service.

Or does using PowerShell mean you don't need to worry about the web service?

Thanks

mheptinstall commented 5 years ago

The ReportService2010 web service is still available in SSRS 2017 so this will still work

acds commented 4 years ago

any confirmation for 2017 support wooed be good?

mmajcica commented 4 years ago

@acds as mentioned above, any version of SSRS that exposes ReportService2010 web service will remain compatible with this extension as the implementation is based on it.