Forum Discussion
Brittany Rutherford
Sep 08, 2016Copper Contributor
Deploy and set the current site's master page
I have an existing project built as a farm solution with 2 projects. I want to start switching into the new techniques of doing it. I want to deploy a master page and set is as the current site’s...
Sreeni Amrutur
Sep 08, 2016Copper Contributor
You can deploy/set master page using PnP PowerShell cmdlets. They work across on prem and O365. See https://github.com/OfficeDev/PnP-PowerShell
- Brittany RutherfordSep 08, 2016Copper Contributor
Thank you Sreeni, and what if I want to take this code and deploy it for the client. Do I need to run the scripts in powershell first?
For example, we will end up with 3 wsp files to deploy for the client. I want to start using the new techniques. I should in this case have 1 powershell script to deploy the wsps, and deploy the master page?