Skip to content

Typescript 2.0 beta VS2015 U3 publish issue. #9730

@lg314

Description

@lg314

TypeScript Version: 2.0.0 beta VS2015 U3

Step

  1. Install Typescript 2.0.0 beta
  2. Create blank webapplication project.
  3. Add typescript file.
  4. Install nuget package Typescript msbuild 2.0.0 beta
  5. Build project successfully with any error.
  6. 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

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions