Reputation: 4126
If i have a build template for TFS, and in this template in post-build script row i make a call to a powershell script, are there any way to transfer output from this PS script to build log?
Upvotes: 0
Views: 99
Reputation: 626
You can use "invokeprocess" workflow activity to invoke powershell and write stdOutput and errOutput to buildlog.
Upvotes: 1