Error building on VSO / Azure - Typescript compiler not found -


since yesterday keep getting error when trying build on hosted vso (azure )with standard buildcontroller:

c:\program files (x86)\msbuild\microsoft\visualstudio\v11.0\typescript\microsoft.typescript.targets (87, 0) project file uses different version of typescript compiler , tools installed on machine. no compiler found @ c:\program files (x86)\microsoft sdks\typescript\1.5\tsc.exe. may able fix problem changing element in project file.

we using visual studio 2013 , typescript 1.5.

i can reproduce issue , have submitted feedback on microsoft connect page, refer link details: https://connect.microsoft.com/visualstudio/feedback/details/2292339

for now, can use vnext build system build project workaround, build can completed successfully.

or copy required files microsoft.typescript.targets source control folder , change path references in csproj file folder mentioned in article: http://typescript.codeplex.com/workitem/1518. in case, build works on hosted build controller after upload "c:\program files (x86)\msbuild\microsoft\visualstudio\v12.0\typescript" folder source control , update csproj file refer folder.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -