How to disable TypeScript compilation in .Net Core projects?

前端 未结 2 639
盖世英雄少女心
盖世英雄少女心 2020-12-09 15:50

I have a Visual Studio 2015 ASP.Net Core project that contains a folder of typescript files.

My question is how can I prevent VS from trying to compile the TypeScr

2条回答
  •  情深已故
    2020-12-09 16:30

    this trick indeed works for new version of MSBuild. However if you still have older versions of MSBUild, on a build server or so. You also want to remove these lines from the csproj file.

      
    
       
    

    Regards

提交回复
热议问题