Deploying TypeScript to Azure - Your project file uses a different version of the TypeScript compiler -


i've been working typescript 1.4 , vs2013 update 4 on project deploys via cd windows azure.

this working happily til yesterday, today i'm getting following error seem relate version of typescript tools on azure build server:

 4>c:\program files (x86)\msbuild\microsoft\visualstudio\v14.0\typescript\microsoft.typescript.targets(103,5): error : project file uses different version of typescript compiler , tools installed on machine.  no compiler found @ c:\program files (x86)\microsoft sdks\typescript\1.4\1.4\tsc.exe.  may able fix problem changing <typescripttoolsversion> element in project file. [d:\a\src\myproject\myproject.web\myproject.web.csproj]  4>c:\program files (x86)\msbuild\microsoft\visualstudio\v14.0\typescript\microsoft.typescript.targets(103,5): error msb6004: specified task executable location "c:\program files (x86)\microsoft sdks\typescript\1.4\1.4\tsc.exe" invalid. [d:\a\src\myproject\myproject.web\myproject.web.csproj]  4>done building project "d:\a\src\myproject\myproject.web\myproject.web.csproj" (default targets) -- failed. 

i've tried removing <typescripttoolsversion>1.4</typescripttoolsversion> line in .csproj file , updating 1.5 in case azure servers have updated new beta, doesn't seem have helped.

is else seeing issue @ moment? i've not changed on project or azure config since last successful build.

it has been reported vs online service delivery team , working on fix.

http://blogs.msdn.com/b/vsoservice/archive/2015/07/27/type-script-issues-with-visual-studio-online-build-controllers-7-27-investigating.aspx

the above links msdn forum thread describing few different workarounds in meantime.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -