Skip to content

Commit 48e6224

Browse files
authored
Merge pull request #127376 from nikmaxott/patch-1
Update functions-how-to-azure-devops to clear warning message
2 parents a10e7a7 + 34cc1bb commit 48e6224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ steps:
118118
fi
119119
npm install
120120
npm run build --if-present
121-
npm prune --production
121+
npm prune --omit=dev
122122
- task: ArchiveFiles@2
123123
displayName: "Archive files"
124124
inputs:
@@ -370,7 +370,7 @@ steps:
370370
fi
371371
npm install
372372
npm run build --if-present
373-
npm prune --production
373+
npm prune --omit=dev
374374
- task: ArchiveFiles@2
375375
displayName: "Archive files"
376376
inputs:

0 commit comments

Comments
 (0)