-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version: 2.0.0 beta VS2015 U3
Step
- Install Typescript 2.0.0 beta
- Create blank webapplication project.
- Add typescript file.
- Install nuget package Typescript msbuild 2.0.0 beta
- Build project successfully with any error.
- Publish project get error.
Copying file WebApplication20\file1.js to obj\Release\Package\PackageTmp\WebApplication20\file1.js failed. Could not find a part of the path 'WebApplication20\file1.js'. WebApplication20 C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.targets 2998
The file in obj\TypeScriptCompilerOutput.text shows project name has been dupilicated.
Expected behavior:
c:(solution name)(project name)\file1.js
c:(solution name)(project name)\file1.map.js
Actual behavior:
c:(solution name)(project name)(project name)\file1.js
c:(solution name)(project name)(project name)\file1.map.js
JudahGabriel, sercangurbuz and guy-shahine
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue