From 69f2d10f70838fc088c9d7a0062a6f1627b911e8 Mon Sep 17 00:00:00 2001 From: Albert Moreno Date: Wed, 8 May 2019 21:14:05 +0200 Subject: [PATCH] Always test installation using azure pipelines --- azure-pipelines.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5a1541..897cf9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,18 +48,12 @@ jobs: - task: CopyFiles@2 inputs: Contents: '*.vsix' - TargetFolder: 'package/' - OverWrite: true + TargetFolder: $(Build.ArtifactStagingDirectory) - task: PublishPipelineArtifact@0 inputs: artifactName: 'package' - 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 +93,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 +132,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