Skip to content

Commit

Permalink
Fix job reference
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Oct 1, 2018
1 parent d6b2991 commit 3f6f28d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/jobs/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ parameters:
jobs:
- job: Package
dependsOn:
- Test_Primary
- Test_Secondary
- Test
pool:
vmImage: ${{ parameters.vmImage }}

Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/jobs/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
vmImage:

jobs:
- job: Test_Primary
- job: Test
displayName: Test Primary

pool:
Expand All @@ -26,7 +26,7 @@ jobs:
displayName: Test Secondary
# Don't run integration tests for these runs
# Run after Test_Primary so we don't devour time and jobs if tests are going to fail
dependsOn: Test_Primary
dependsOn: Test

pool:
vmImage: ${{ parameters.vmImage }}
Expand Down

0 comments on commit 3f6f28d

Please sign in to comment.