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

adding a script for deploying whole solutions #8

Closed alensiljak closed 7 years ago

alensiljak commented 8 years ago

This script will parse .sln files and extract Reports projects and then deploy all of them.

alensiljak commented 7 years ago

Cheers! We've been using this in production for over a year.

timabell commented 7 years ago

Nice, many thanks for the contribution :-)

timabell commented 7 years ago

I've reworked this to fit in with another contribution that converted this repo into a powershell module.