From 34cc1bbc5bf964d5ae88a8f261aa973f4efaf0dd Mon Sep 17 00:00:00 2001 From: Nikolaus Z <8322965+nikmaxott@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:47:55 +0100 Subject: [PATCH] Update functions-how-to-azure-devops to clear warning message Using prune --production gives a warning to switch to --omit=dev I have done this --- articles/azure-functions/functions-how-to-azure-devops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-functions/functions-how-to-azure-devops.md b/articles/azure-functions/functions-how-to-azure-devops.md index 5da06622cad1a..8732a9343eb77 100644 --- a/articles/azure-functions/functions-how-to-azure-devops.md +++ b/articles/azure-functions/functions-how-to-azure-devops.md @@ -118,7 +118,7 @@ steps: fi npm install npm run build --if-present - npm prune --production + npm prune --omit=dev - task: ArchiveFiles@2 displayName: "Archive files" inputs: @@ -370,7 +370,7 @@ steps: fi npm install npm run build --if-present - npm prune --production + npm prune --omit=dev - task: ArchiveFiles@2 displayName: "Archive files" inputs: