Skip to content

Commit e52c05a

Browse files
authored
Move continue on error to the correct position
1 parent c32de8b commit e52c05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ stages:
9494
addToPath: true
9595
architecture: 'x64'
9696
- task: PythonScript@0
97+
continueOnError: true
9798
inputs:
9899
scriptSource: 'filePath'
99100
scriptPath: 'dependency-verifier.py'
100101
arguments: '$(System.PullRequest.TargetBranch)'
101-
continueOnError: true
102102
##### Package and Publish #####
103103
- job: Package
104104
displayName: 'Package and Publish'

0 commit comments

Comments
 (0)