diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5610846..d0bac0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: - task: Npm@1 inputs: command: 'install' - workingDir: 'EnotaryoPH.Web' + workingDir: 'EnotaryoPH/EnotaryoPH.Web' - task: NuGetToolInstaller@1 - task: NuGetCommand@2