f# - Executing a Powershell Script in Fake -


What is the best way to execute a scriptscript in the fake build automation tool?

I think there should be a clear answer to this question, but nothing is available through search.

As you mention in your comment, use the PowerShell class By making it very easy.

  #r "FakeLib.dll" #r "System.Management Automation" open duplicate open system. Management. Operation Target "Running Power Shell" & lt; | Funny _ - & gt; PowerShell.Create (). Escritation ("(Process | Process Tasks - Au 'Chrome' | Work-Set-Averages Measure |). Average"). Invoice () | & Gt; Seq.iter (printfn "% O")  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -