Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jose Jr Aquino 2025-04-05 18:45:30 +00:00
parent 04b85d3619
commit c97a02591f

View File

@ -15,6 +15,14 @@ variables:
buildConfiguration: 'Release' buildConfiguration: 'Release'
steps: steps:
- task: NodeTaskRunnerInstaller@0
inputs:
nodeVersion: '16'
- task: Npm@1
inputs:
command: 'install'
workingDir: 'EnotaryoPH.Web'
- task: NuGetToolInstaller@1 - task: NuGetToolInstaller@1
- task: NuGetCommand@2 - task: NuGetCommand@2