timabell / ssrs-powershell-deploy

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server
MIT License
75 stars 40 forks source link

Turned Scripts into a proper module. Allows for easy extendibility n… #9

Closed carpnick closed 7 years ago

carpnick commented 8 years ago

…ow that everything is a cmdlet.

This is currently fully functional. Also it fixes #3

All parameters on the deploy-ssrsproject are now optional with the exception of the report path. The configuration of "release or debug" will only set a parameter if it is not overriden. In other words, if Configuration is set to "Release", but the end user provided a ServerURL, the user wins, not the Report project.

I wanted to get a quick review to see if you all like where this is going. If so I should be able to fix #4 and #7 as I ran into them too.

carpnick commented 8 years ago

7 fixed with latest commit

carpnick commented 8 years ago

Fixed #4 with latest commit.