diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f2be57..e2c307a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,9 +23,9 @@ steps: - task: Npm@1 inputs: - command: 'install' + command: 'custom' workingDir: 'EnotaryoPH/EnotaryoPH.Web' -- task: NuGetToolInstaller@1 + customCommand: 'install --production' - task: NuGetCommand@2 inputs: