SharePointFBAPack icon indicating copy to clipboard operation
SharePointFBAPack copied to clipboard

Adjust Deploy.PSD to work with new version of Powershell

Open ccoulson opened this issue 8 years ago • 0 comments

ccoulson[CodePlex]
An update to PowerShell made the default version of it incompatible with SharePoint (it now runs .Net 4.0 instead of 2.0)

Edit Deploy.ps1 and change lines like:

PowerShell -file

to:

PowerShell -version 2 -file ....

Which will force it to run in the previous version of Powershell.

ccoulson avatar Oct 31 '17 16:10 ccoulson