mmajcica / DeploySsrs

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

Resolving issues involving loading configuration via Json #24

Closed ExcaliburVT closed 5 years ago

ExcaliburVT commented 5 years ago

[Folder]:new() doesn't have a 3 parameter overload, assume it was refactored and not tested with the JSON Version

Two calls to the += operator were not valid and did not appear to be needed.

Converted the true/false to boolean just like the GetXmlFolderItems method.

Added a Json version of the example ReportConfiguration file

ExcaliburVT commented 5 years ago

Should resolve #25