Skip to content

NPM Build is Working but not generating the dist folder - Azure Pipeline for Angular #86

@Brahmadasari

Description

@Brahmadasari

Installed product versions

  • Visual Studio: [example 2015 Professional]
  • This extension: [example 1.1.21]

Description

The tasks mentioned in the pipeline are executed and successful, But when the NPM Build was executed, Its not generating any kind of Dist folder in project root folder.
Task -1: Node.js tool installer
version : 12.x

Task -2: Angular cli installation
version: 13.3.7

Task-3: Npm Install

Task -4: npm build
status: successful, But expected Dist folder to be created as the output of this task

Steps to recreate

  1. Replace this
  2. text with
  3. the steps
  4. to recreate

Current behavior

Explain what it's doing and why it's wrong
--> As a part of Azure DevOps pipeline for Angular project (build the project and generate dist out of it), we are following few tasks in pipeline mentioned above, Pipeline is getting executed successful but expected to create dist folder.

Expected behavior

Explain what it should be doing after it's fixed.
--> We should get dist folder after npm build task

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions