Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jose Jr Aquino 2025-04-05 19:33:08 +00:00
parent 41f52b829e
commit 8ec3c5579f

View File

@ -23,9 +23,9 @@ steps:
- task: Npm@1 - task: Npm@1
inputs: inputs:
command: 'install' command: 'custom'
workingDir: 'EnotaryoPH/EnotaryoPH.Web' workingDir: 'EnotaryoPH/EnotaryoPH.Web'
- task: NuGetToolInstaller@1 customCommand: 'install --production'
- task: NuGetCommand@2 - task: NuGetCommand@2
inputs: inputs: