Skip to content

Commit

Permalink
adding catch by dustin
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas committed Mar 8, 2025
1 parent 7fb6837 commit b53f42a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pipelines/v2/templates/pipeline-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ stages:
- ${{ each platform in parameters.buildPlatforms }}:
- stage: Build_${{ platform }}
displayName: Build ${{ platform }}
${{ if ne(variables['Build.Reason'], 'Manual') }}:
dependsOn: [Precheck]
condition: and(succeeded(), ne(dependencies.Precheck.outputs['Precheck.verifyBuildRequest.skipBuild'], 'Yes'))
${{ else }}:
dependsOn: []
dependsOn: []
jobs:
- template: job-build-project.yml
parameters:
Expand Down

0 comments on commit b53f42a

Please sign in to comment.