Grunt + TFS build output format

Felix_Billon

I'm using grunt in my project to run my unit test (use karma), test coverage, code analysis (tslint), ... I easily include my grunt task into my TFS build proccess template, thanks to activity 'Invoke process':

enter image description here

WriteBuildMessage only print sdtOutput msg and i got the following result :

grunt output TFS

Why output format like this : ←[31m>> ←[39m ?

Thanks.

user2595529

These codes are ANSI escape code, however, windows terminal doesn't understand them.

Here is a related question : How to make win32 console recognize ANSI/VT100 escape sequences?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Grunt + TFS build output format

From Dev

TFS copy build output to source control

From Dev

TFS build does not copy Cordova project output

From Dev

How to get output in team build in TFS

From Dev

Custom TFS 2015 Build Activity with output variable

From Dev

TFS build output path - cannot be found by OctoPack to create Nuget package

From Dev

TFS, how to get output from post-build?

From Dev

How to add the output of failing NUnit tests to the TFS build report?

From Dev

TFS 2015 build Output Location : Single folder option

From Dev

How do I get the the expected output from a TFS 2015 build (to match my XAML build)?

From Dev

Get zipped TFS 2015 (vNext) build output logs through powershell (just like the download link after the build)

From Dev

Running a batch file (*.bat) on TFS Build process at pre-build event and find its output

From Dev

TFS Build and Local Build

From Dev

How can we fail a build job if JSBeautifier in Grunt needs to format a file?

From Dev

Tomcat, Grunt build

From Dev

grunt build css encoding

From Dev

yeoman grunt build task

From Dev

Suddenly grunt build fails

From Dev

yeoman grunt build task

From Dev

for (let .. of ) error in grunt build

From Dev

Grunt build failing

From Dev

Grunt.js - Grunt-favicons output

From Dev

Grunt.js - Grunt-favicons output

From Dev

TFS 2015 Build number in YY_week number_ day number format

From Dev

Meanjs grunt build jquery $ is not defined

From Dev

grunt to build dynamic jade pages

From Dev

Grunt: change file extension at build

From Dev

Using grunt-html-build

From Dev

"Broken @import" error with grunt build?