From 8ec3c5579f38d26a6f7b69223d05b05bb0478b0d Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 19:33:08 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f2be57..e2c307a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,9 +23,9 @@ steps: - task: Npm@1 inputs: - command: 'install' + command: 'custom' workingDir: 'EnotaryoPH/EnotaryoPH.Web' -- task: NuGetToolInstaller@1 + customCommand: 'install --production' - task: NuGetCommand@2 inputs: