From d2bda642b092032e2552c0ede69ad270c7676fb6 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 19:44:16 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2c307a..53561fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)'