Two things we need to fix:
- File names should have the correct slashes
- Error code and error category needs to be printed when we are working with MS Build
Actual:
1> C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.exe --sourcemap --target ES5 --locale en-US "c:\users\mhegazy\documents\visual studio 2013\Projects\TypeScriptHTMLApp1\TypeScriptHTMLApp1\app.ts" (TaskId:15)
1> c:/users/mhegazy/documents/visual studio 2013/Projects/TypeScriptHTMLApp1/TypeScriptHTMLApp1/app.ts(15,31): ';' expected. (TaskId:15)
Expected:
1> C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.exe --sourcemap --target ES5 --locale en-US "c:\users\mhegazy\documents\visual studio 2013\Projects\TypeScriptHTMLApp41\TypeScriptHTMLApp41\app.ts"
1>C:\Users\mhegazy\Documents\Visual Studio 2013\Projects\TypeScriptHTMLApp41\TypeScriptHTMLApp41\app.ts(15,31): error TS1005: Build: ';' expected.
1> The command exited with code 1.
Two things we need to fix:
Actual:
Expected: