From c97a02591f5690cdce8a806e28388952d8c75916 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 18:45:30 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf56801..5610846 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,14 @@ variables: buildConfiguration: 'Release' steps: +- task: NodeTaskRunnerInstaller@0 + inputs: + nodeVersion: '16' + +- task: Npm@1 + inputs: + command: 'install' + workingDir: 'EnotaryoPH.Web' - task: NuGetToolInstaller@1 - task: NuGetCommand@2