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