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)'