Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jose Jr Aquino 2025-04-05 18:48:15 +00:00
parent c97a02591f
commit 3f14afaed8

View File

@ -22,7 +22,7 @@ steps:
- task: Npm@1
inputs:
command: 'install'
workingDir: 'EnotaryoPH.Web'
workingDir: 'EnotaryoPH/EnotaryoPH.Web'
- task: NuGetToolInstaller@1
- task: NuGetCommand@2