will cause the following error appears in the publish log:
Copying file .\obj\jsoutput\Host.js to obj\Debug\Package\PackageTmp\.\obj\jsoutput\Host.js failed.
Could not find a part of the path '.\obj\jsoutput\Host.js'.
If I comment the line out, the publish succeeds. This happens with various other paths, not just the one from the example above.
When my project contains a custom typescipt output directory, I cannot publish my project using VS 2013 Update 3/4 or when pushed to Azure/Kudu.
e.g. Inside Host.csproj:
will cause the following error appears in the publish log:
If I comment the line out, the publish succeeds. This happens with various other paths, not just the one from the example above.
A similar issue this was previously raised here: https://github.com/Microsoft/TypeScript/issues/292