From e33d46eefefb8d930de65697ad99da0cfbf206e6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 28 Mar 2019 22:34:34 -0400 Subject: [PATCH] just build --- azure-pipelines.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index efabd9251f..0283ba297b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,21 +22,20 @@ steps: 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 + displayName: 'Cloc' - script: | node --version npm --version + displayName: 'Version checks' - script: npm install + displayName: 'npm install' -- script: npm run dist - -- script: gulp ci - -- task: ArchiveFiles@2 - inputs: - rootFolderOrFile: dist/dist-opera-$(Build.BuildId).zip +- script: npm run build + displayName: 'npm run build'