Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot publish when using TypeScriptOutDir #3178

Closed
mcintyre321 opened this issue May 15, 2015 · 1 comment
Closed

Cannot publish when using TypeScriptOutDir #3178

mcintyre321 opened this issue May 15, 2015 · 1 comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@mcintyre321
Copy link

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:

 <TypeScriptOutDir>.\obj\jsoutput</TypeScriptOutDir>

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

@mcintyre321 mcintyre321 changed the title Cannot publish when Cannot publish when using TypeScriptOutDir May 15, 2015
@danquirk danquirk added the Bug A bug in TypeScript label May 15, 2015
@mcintyre321
Copy link
Author

The good news is this is fixed - I installed the 1.5 beta and could successfully publish.

The bad news is it's not on Azure/Kudu yet, so I have to stick with manual publishes!

Thanks for your help.

@mhegazy mhegazy added the Fixed A PR has been merged for this issue label May 18, 2015
@mhegazy mhegazy added this to the TypeScript 1.5 milestone May 18, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants