From 0ca9fd8e7a1b2142112a2468a2f619a123f712f8 Mon Sep 17 00:00:00 2001 From: Albert Moreno Date: Wed, 8 May 2019 21:22:28 +0200 Subject: [PATCH] Always test installation using azure pipelines --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5a1541..233cf5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,10 +56,6 @@ jobs: targetPath: 'package' - job: Install_Windows dependsOn: Test - condition: | - or ( - eq(variables['Build.SourceBranch'], 'refs/heads/master'), - eq(variables['Build.Reason'], 'PullRequest') ) pool: name: Hosted VS2017 demands: npm @@ -99,10 +95,6 @@ jobs: condition: always() - job: Install_MacOS dependsOn: Test - condition: | - or ( - eq(variables['Build.SourceBranch'], 'refs/heads/master'), - eq(variables['Build.Reason'], 'PullRequest') ) pool: name: Hosted macOS demands: npm @@ -142,10 +134,6 @@ jobs: condition: always() - job: Install_Linux dependsOn: Test - condition: | - or ( - eq(variables['Build.SourceBranch'], 'refs/heads/master'), - eq(variables['Build.Reason'], 'PullRequest') ) pool: name: Hosted Ubuntu 1604 demands: npm