Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jose Jr Aquino 2025-04-05 19:44:16 +00:00
parent 8ec3c5579f
commit d2bda642b0

View File

@ -27,6 +27,12 @@ steps:
workingDir: 'EnotaryoPH/EnotaryoPH.Web'
customCommand: 'install --production'
- task: PowerShell@2
inputs:
targetType: 'inline'
script: |
npm install rimraf -g
- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'