From 3f14afaed8d44108008cab9ff96c8622bdaf7320 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 18:48:15 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5610846..d0bac0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: - task: Npm@1 inputs: command: 'install' - workingDir: 'EnotaryoPH.Web' + workingDir: 'EnotaryoPH/EnotaryoPH.Web' - task: NuGetToolInstaller@1 - task: NuGetCommand@2