mmajcica / DeploySsrs

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

Overwrite parameter is not supplied #58

Closed phkrug closed 3 years ago

phkrug commented 3 years ago

https://github.com/mmajcica/DeploySsrs/blob/85944c66a4fd3b8f9fe747ee54209fdf02a110bf/task/ps_modules/ssrs.psm1#L223

In every call where the parameter Overwrite is used the call looks like ... -Overwrite:$Overwrite

In this line the parameter is missing. Is that inteded or a bug?

mmajcica commented 3 years ago

It well may be. I'm on the cell phone the rest of the day. Can you check if that cmdlet is accepting and using that param?

If so, can you make a PR?

Thanks