TFS 2010: run powershell script stored in source control

雨燕双飞 提交于 2019-12-07 21:43:31

To run a PowerShell script I think you can use the InvokeProcess activity which would trigger something like this: %windir%\system32\windowspowershell\v1.0\powershell.exe "$(SolutionRoot)\test.ps1

And yes, you can reach a script file present in source control using the "SourcesDirectory" keyword.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!