Hi All,
I am new here, My questions is
How can I do logging in my PowerShell script which will look like a MSBuild logging.
MSBuild error message are like,
C:\dir1\foo.resx(2) : error BC30188: Declaration expected.
I want this type of logging in my PowerShell script. I don’t want to call an MSBuild project from PowerShell for this.
Is there any way to do this?
Thanks,