将变量值返回给 rake 脚本
我正在执行一个调用 powershell 函数的 rake 脚本。该函数返回一个值,我如何获取该值并将其提供给我的 rake 模板文件?
感谢您的任何建议
I'm executing a rake script that calls a powershell function. The function returns a value, how can i get this value and provide it to my rake template file?
Thanks for any suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 Rake 中的 PowerShell 集成与调用任何其他控制台 EXE 相同,那么我希望您能够从 PowerShell 调用中捕获标准输出。
If the PowerShell integration within Rake is the same as calling out to anything other console EXE then I expect that you would capture the stdout from the PowerShell invocation.