Tagged Questions
0
votes
2answers
346 views
Powershell deployment with nant - problem with script arguments
I have a powershell script updating my solution:
Add-PSSnapin Microsoft.SharePoint.PowerShell
write-host $args[0]
Update-SPSolution -Identity PkbInfo.SP.wsp -literalpath $args[0] -GACDeployment
...