diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da4730a..2947be6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ stages: - job: LinuxBuild displayName: 'Build on Linux' pool: - vmImage: 'ubuntu-latest' # Specify the Linux agent + vmImage: 'ubuntu-latest' steps: - task: UseDotNet@2 @@ -33,12 +33,6 @@ stages: versionSource: 'spec' versionSpec: '20.x' - - task: Npm@1 - inputs: - command: 'custom' - workingDir: 'EnotaryoPH/EnotaryoPH.Web' - customCommand: 'install --production' - - task: PowerShell@2 inputs: filePath: 'make.ps1'