Skip to content

Generated JS files not included when publishing to Azure cloud service #29888

@elroyheynes

Description

@elroyheynes

Closed issue #6570 refers...

I have recently discovered a situation where the packaging of an application for an Azure cloud service excludes a number of generated JS files (and their folder tree).
I have created a sample VS2017 project that can reproduce the issue.

I have tried the recommendations in Issue 6570, but they did not work.

I think that I have tracked the issue down to a specific setting "Enable project references" in the TypeScript tab of the project properties.

  • When this setting is enabled, generated JS files are NOT included in the Azure package.
  • When the setting is disabled, then the generated JS files ARE included.

Please advise why this behaviour exists and how/why this setting is impacting the Azure packaging process.

Issue was previously discussed with @MicahMcKittrick-MSFT

AzureTypeScript.zip

enable project references option

generated js files not packaged

generated js files packaged

generated js files packaged subfolder

Metadata

Metadata

Assignees

Labels

FixedA PR has been merged for this issueVisual StudioIntegration with Visual Studio

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions