mmajcica / DeploySsrs

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

Use reference instead of name while referencing DataSet and DataSource #52

Closed GregoryOtt closed 4 years ago

GregoryOtt commented 4 years ago

fixes #28

Tested locally on Azure DevOps Server 2019.1.1 (17.153.29522.3) and SSRS 2017 (Version 14.0.600.460 (October 2017)) In my test, my DataSource has the same name of all its references.

mmajcica commented 4 years ago

Is this a breaking change? I'm not sure about what it is doing but it looks legit. I have no time at the moment to investigate.

GregoryOtt commented 4 years ago

Is this a breaking change?

I don't think, it's a breaking change as before this PR you did need to align Reference and Name if you would use the "Reference" options.

mmajcica commented 4 years ago

Ok, a new version 1.20.227.1 is just been published.