Timsen
Timsen

Reputation: 4126

Is it possible to write build message from powershellscript?

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

Answers (1)

Siva palla
Siva palla

Reputation: 626

You can use "invokeprocess" workflow activity to invoke powershell and write stdOutput and errOutput to buildlog.

Upvotes: 1

Related Questions