Skip to content

Better support for Azure/Kudu #1702

Closed
Closed
@smithkl42

Description

@smithkl42

This probably applies to other third-party, automated build environments as well - but see the issue here:

projectkudu/kudu#721

Basically, in order to use TypeScript in projects targeting Azure Websites using Kudu as the build system, the TS tools need to be installed on the website, which means that we need to wait for the Azure website team to include the TS tools on their images. They're a busy team, and at the moment, they still haven't added support for 1.3, let alone 1.4.

It would be really hand if there were some way to get the Visual Studio integration to use a compiler installed with NuGet (or in some other way associated with the project), rather than entirely depending on a per-machine install.

Alternatively, any suggestions for getting TS to build successfully without having the tools installed on the machine?

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions