mmajcica / DeploySsrs

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

Default value for server input changed #60

Closed phkrug closed 3 years ago

phkrug commented 3 years ago

The previous given default is not working with the code. The code checks for the .asmx ending of the URL and appends the default endpoint ReportService2010.asmx if needed. The URL ending with ?wsdl resulted in an improper append of /ReportService2010.asmx which will not work at all.

mmajcica commented 3 years ago

Closes #59