diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0283ba297b..edfcfb96de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,9 +21,6 @@ steps: versionSpec: '10.x' displayName: 'Install Node.js' -- script: npm install -g gulp - displayName: 'Global install gulp' - - powershell: | choco install cloc --no-progress cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git @@ -31,11 +28,11 @@ steps: - script: | node --version - npm --version + call npm --version displayName: 'Version checks' -- script: npm install +- script: call npm install displayName: 'npm install' -- script: npm run build +- script: call npm run build displayName: 'npm run build'