Skip to content

Commit

Permalink
Revert "Add dependsOn to global-build-job"
Browse files Browse the repository at this point in the history
This reverts commit 15cf3c0.
  • Loading branch information
directhex committed Jan 12, 2021
1 parent 15cf3c0 commit 22bfc7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eng/pipelines/common/global-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
variables: []
targetRid: ''
timeoutInMinutes: ''
dependsOn: ''
pool: ''
platform: ''
condition: true
Expand All @@ -37,15 +36,12 @@ jobs:
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
enablePublishTestResults: ${{ parameters.enablePublishTestResults }}
testResultsFormat: ${{ parameters.testResultsFormat }}
dependsOn: ${{ parameters.dependsOn }}

workspace:
clean: all

${{ if eq(parameters.useCheckoutBundle, true) }}:
dependsOn:
- checkout
- ${{ parameters.dependsOn }}
dependsOn: checkout

variables:
- name: _osParameter
Expand Down

0 comments on commit 22bfc7f

Please sign in to comment.