madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

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

Open Brahmadasari opened 1 year ago

Brahmadasari commented 1 year ago

Installed product versions

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