rencore / SharePoint-Solution-Deployer

SharePoint Solution Deployer (SPSD) helps you to deploy SharePoint solution packages (.wsp) to multiple SharePoint environments. It deploys, retracts and upgrades one or more WSPs and can be extended to perform additional custom tasks in PowerShell before or afterwards. Unlike the most of the available scripts on the net, it performs all necessary prerequisite checks and post-deployment actions on all servers in the farm to assure the deployment runs smooth.
http://spsd.codeplex.com
Microsoft Public License
50 stars 30 forks source link

Fixed ProcessSolution extensions in SPSD_Deployment.ps1 #21

Closed phawrylak closed 7 years ago

phawrylak commented 7 years ago

Fixed ProcessSolution extensions in SPSD_Deployment.ps1

matthiaseinig commented 7 years ago

Thanks for the fix!