You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A similar issue this was previously raised here: #292
The text was updated successfully, but these errors were encountered:
mcintyre321
changed the title
Cannot publish when
Cannot publish when using TypeScriptOutDir
May 15, 2015
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: #292
The text was updated successfully, but these errors were encountered: