Skip to content

Commit

Permalink
Always test installation using azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentalle committed May 8, 2019
1 parent 3597e20 commit 0ca9fd8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ca9fd8

Please sign in to comment.